diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-23 13:57:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-23 13:57:55 +0000 |
commit | 3611f2df8a449d03c626f3b5e80cceadc461966b (patch) | |
tree | 3185e8562ccc929e4ca135900b34a74d09a52e49 /configure.ac | |
parent | f15b92baca5ccbb018123b8aa8e8be586d034f69 (diff) | |
download | rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar.gz rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar.bz2 rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar.xz rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.zip |
1.70: deprecate "rpm -b" in favor of "rpmbuild -b"1.70
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f0e215a..e2238b9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.69, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.70, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |