From a9c2344aa2e4e74f34247e61f058ea68d9a067dd Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 8 May 2007 00:23:05 +0000 Subject: Bumped version number for 0.0.1 release git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-27 --- configure.in | 2 +- 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" -- cgit v1.2.3