diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2013-01-29 08:30:28 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2013-01-29 08:30:28 +0200 |
commit | f5d5e728fea7ab3c8c01f8a4a7981871efe4cda3 (patch) | |
tree | 29132c0d65a7594273bad1d9295f674135a2f91a | |
parent | f53411ae478ec94e6512f04e8f9c9560b6b3e81b (diff) | |
download | rpm-f5d5e728fea7ab3c8c01f8a4a7981871efe4cda3.tar.gz rpm-f5d5e728fea7ab3c8c01f8a4a7981871efe4cda3.tar.bz2 rpm-f5d5e728fea7ab3c8c01f8a4a7981871efe4cda3.zip |
Preparing for 4.11.0 finalrpm-4.11.0-release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8161dc266..f478eaefe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(rpm, 4.11.0-beta1, rpm-maint@lists.rpm.org) +AC_INIT(rpm, 4.11.0, rpm-maint@lists.rpm.org) AC_CONFIG_SRCDIR([rpmqv.c]) AC_CONFIG_HEADERS([config.h]) |