From: jbj Date: Tue, 30 Mar 2004 21:00:47 +0000 (+0000) Subject: Start rpm-4.4 devel. X-Git-Tag: tznext/4.11.0.1.tizen20130304~6521 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34daf7ced86d499d1b5fc08b0b0cc430fc8678e8;p=tools%2Flibrpm-tizen.git Start rpm-4.4 devel. CVS patchset: 7210 CVS date: 2004/03/30 21:00:47 --- diff --git a/configure.ac b/configure.ac index 435b7cb..0b7a14d 100644 --- a/configure.ac +++ b/configure.ac @@ -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])