diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:53:39 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:53:39 -0400 |
commit | 1e8d6218fd679486b21ae1e9d3c711f38ac43dd6 (patch) | |
tree | 4c52340ca492e895f2f65610005a31e2be3eea55 /configure.ac | |
parent | 1475c12adcab6ee17f5f6dbdaeb9a7ef67317aca (diff) | |
download | tame-1e8d6218fd679486b21ae1e9d3c711f38ac43dd6.tar.gz tame-1e8d6218fd679486b21ae1e9d3c711f38ac43dd6.tar.bz2 tame-1e8d6218fd679486b21ae1e9d3c711f38ac43dd6.zip |
Version bump 0.0.{0=>1}v0.0.1
Let's start using version checks.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index af0c12f..aa60353 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -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]) |