Start rpm-4.4 devel.
authorjbj <devnull@localhost>
Tue, 30 Mar 2004 21:00:47 +0000 (21:00 +0000)
committerjbj <devnull@localhost>
Tue, 30 Mar 2004 21:00:47 +0000 (21:00 +0000)
CVS patchset: 7210
CVS date: 2004/03/30 21:00:47

configure.ac

index 435b7cb..0b7a14d 100644 (file)
@@ -4,10 +4,10 @@ echo "
 *                                                                          *
 *                   *** WARNING WARNING WARNING ***                        *
 *                                                                          *
-* This is source code from the development branch of rpm-4.3.              *
+* This is source code from the development branch of rpm-4.4.              *
 *                                                                          *
-* If you want the "production" rpm-4.2.1 code, then you should use a       *
-* rpm-4.2.1 src.rpm. Alternatively, if using a CVS checkout, do            *
+* If you want the "production" rpm-4.3.1 code, then you should use a       *
+* rpm-4.3.1 src.rpm. Alternatively, if using a CVS checkout, do            *
 * the following:                                                           *
 *                                                                          *
 *       cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel login             *
@@ -15,7 +15,10 @@ echo "
 *       cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel get rpm           *
 *       cd rpm                                                             *
 *                                                                          *
-* Here's the rpm-4_2 branch, latest is rpm-4.2.1:                          *
+* Here's the rpm-4_3 branch, latest is rpm-4.3.1:                          *
+*       cvs up -r rpm-4_3                                                  *
+*                                                                          *
+* Here's the rpm-4_2 branch, latest is rpm-4.2.2:                          *
 *       cvs up -r rpm-4_2                                                  *
 *                                                                          *
 * Here's the rpm-4_1 branch, latest is rpm-4.1.1:                          *
@@ -29,7 +32,7 @@ echo "
 sleep 10
 
 AC_PREREQ(2.59)
-AC_INIT(rpm, 4.3, rpm-list@redhat.com)
+AC_INIT(rpm, 4.4, rpm-list@redhat.com)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR([rpmqv.c])
 AM_CONFIG_HEADER([config.h])