From 1e8d6218fd679486b21ae1e9d3c711f38ac43dd6 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 23 Aug 2016 11:53:39 -0400 Subject: [PATCH] Version bump 0.0.{0=>1} Let's start using version checks. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index af0c12fe..aa603533 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see . ## -AC_INIT([tame], [0.0.0], [dev@lovullo.com]) +AC_INIT([tame], [0.0.1], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign])