diff options
author | Nick White <arch@njw.me.uk> | 2007-05-08 00:23:05 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2007-05-08 00:23:05 +0000 |
commit | a9c2344aa2e4e74f34247e61f058ea68d9a067dd (patch) | |
tree | 4ea2c55ae536e20562f56caebf746106ffdbaded | |
parent | f3cff53f92bc49125fb97ccf752cf194e3e7a730 (diff) |
Bumped version number for 0.0.1 releasev0.0.1
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-27
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a4b9e66..306a49b 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(getht, pre_release) +AC_INIT(getht, 0.0.1) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADER([config.h]) diff --git a/src/version.h b/src/version.h index b0c562f..0713569 100644 --- a/src/version.h +++ b/src/version.h @@ -19,4 +19,4 @@ * */ -#define VERSION "pre_release" +#define VERSION "0.0.1" |