diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 306a49b..a4b9e66 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, 0.0.1) +AC_INIT(getht, pre_release) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADER([config.h]) |