diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-07-09 15:13:02 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-07-09 15:13:02 -1000 |
commit | e0ec0e608c9d251188478a4d78e95c298136949b (patch) | |
tree | 171c0c137e2635e567929c0ec181c29f0eb000e9 /configure.ac | |
parent | baec662846d1e5a2ca6d4c56278f8baac16943b1 (diff) | |
download | anaconda-e0ec0e608c9d251188478a4d78e95c298136949b.tar.gz anaconda-e0ec0e608c9d251188478a4d78e95c298136949b.tar.xz anaconda-e0ec0e608c9d251188478a4d78e95c298136949b.zip |
New version.
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 82ea95f63..70e770aef 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define(python_required_version, 2.5) AC_PREREQ([2.63]) -AC_INIT([anaconda], [12.1], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.2], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |