summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--src/version.h2
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"