diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-09-09 14:13:40 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-09-09 14:22:21 -1000 |
commit | f78727e1b60b22633491c75da5c6788d71524d4b (patch) | |
tree | b507c8f12d6fe91398bcc1046ec8da93fdd5a50a /configure.ac | |
parent | 3805eef736c040ce40cf09dda7fcf593eeec0993 (diff) | |
download | anaconda-f78727e1b60b22633491c75da5c6788d71524d4b.tar.gz anaconda-f78727e1b60b22633491c75da5c6788d71524d4b.tar.xz anaconda-f78727e1b60b22633491c75da5c6788d71524d4b.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 8fa188bc9..2108526b5 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.21], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.22], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |