diff options
author | jbj <devnull@localhost> | 2004-03-30 21:00:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-03-30 21:00:47 +0000 |
commit | 34daf7ced86d499d1b5fc08b0b0cc430fc8678e8 (patch) | |
tree | 9f5ad967c5a0a59aafee9633647ffe56fa14ac6c /configure.ac | |
parent | e757135378572360076a1086d0e6783bd6d65928 (diff) | |
download | librpm-tizen-34daf7ced86d499d1b5fc08b0b0cc430fc8678e8.tar.gz librpm-tizen-34daf7ced86d499d1b5fc08b0b0cc430fc8678e8.tar.bz2 librpm-tizen-34daf7ced86d499d1b5fc08b0b0cc430fc8678e8.zip |
Start rpm-4.4 devel.
CVS patchset: 7210
CVS date: 2004/03/30 21:00:47
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 435b7cbb3..0b7a14def 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]) |