diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-07-22 15:36:25 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-07-22 15:36:25 -1000 |
commit | 5eceb18e4dd0b32d71859a4fc1b9228e9effdbc5 (patch) | |
tree | d93f5725e06afe7ae2af9c7259b3506066e20448 /configure.ac | |
parent | 73c5610adfb315d49f52a01a0a5808d4a198388b (diff) | |
download | anaconda-5eceb18e4dd0b32d71859a4fc1b9228e9effdbc5.tar.gz anaconda-5eceb18e4dd0b32d71859a4fc1b9228e9effdbc5.tar.xz anaconda-5eceb18e4dd0b32d71859a4fc1b9228e9effdbc5.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 7daada3b6..afb50756c 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.3], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.4], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |