OSDN Git Service

2001-10-10 Frank Ch. Eigler <fche@redhat.com>
authorfche <fche>
Thu, 11 Oct 2001 00:44:05 +0000 (00:44 +0000)
committerfche <fche>
Thu, 11 Oct 2001 00:44:05 +0000 (00:44 +0000)
* configure.in: Designate this as a "-net" version.
* configure: Regenerated.

sid/ChangeLog
sid/configure
sid/configure.in

index 8ac598b..cca6e24 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-10  Frank Ch. Eigler  <fche@redhat.com>
+
+       * configure.in: Designate this as a "-net" version.
+       * configure: Regenerated.
+
 2001-10-05  Frank Ch. Eigler  <fche@redhat.com>
 
        * Makefile.am (all-local): Create version.h file with $(VERSION) in it.
index dec0436..3660480 100755 (executable)
@@ -931,7 +931,7 @@ fi
 
 PACKAGE=sid
 
-VERSION=0.1
+VERSION=0.1-net
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index f7c4afa..fbfa8a0 100644 (file)
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR(config)
 dnl set $CC early on
 AC_PROG_CC
 
-AM_INIT_AUTOMAKE(sid, 0.1)
+AM_INIT_AUTOMAKE(sid, 0.1-net)
 
 dnl automake support
 AM_MAINTAINER_MODE