From e76e50d66a61af0b5eb48835e28cb267125d985d Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 30 Apr 2024 11:21:41 +0000 Subject: [PATCH] release 1.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dd91c1a..f9228f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([table-postgres], [0.1], [bugs@opensmtpd.org]) +AC_INIT([table-postgres], [1.0], [bugs@opensmtpd.org]) AC_CONFIG_AUX_DIR(etc) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_CONFIG_LIBOBJ_DIR(openbsd-compat)