summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2023-06-14 00:08:01 -0500
committerDanny Holman <dholman@gymli.org>2023-06-14 00:08:01 -0500
commit064812b1544079e956c19e22f9c18fe2ae141581 (patch)
tree404f0c1c44f010a1a0953454a82c21aaea8fb401 /client
parentf78b26fdd889ee687061bb9adf7633954ad90d51 (diff)
configure: Version bump to 1.00
Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'client')
-rw-r--r--client/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/configure.ac b/client/configure.ac
index e2946cc..325f582 100644
--- a/client/configure.ac
+++ b/client/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mrat], [0.01])
+AC_INIT([mrat], [1.00])
AC_PREREQ([2.71])
AC_CONFIG_SRCDIR([src/mini-rat.c])
AC_CONFIG_HEADERS([include/config.h])