diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-08-06 15:54:41 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-08-06 15:54:41 -1000 |
commit | 7be55e288a4726d14ffc9df60f5e5892db2a2048 (patch) | |
tree | ce61a23ad6ed2551504cf2a265d1d03b9ad85433 /configure.ac | |
parent | baa48643a75047785a5752a7f800d728c5d8317f (diff) | |
download | anaconda-7be55e288a4726d14ffc9df60f5e5892db2a2048.tar.gz anaconda-7be55e288a4726d14ffc9df60f5e5892db2a2048.tar.xz anaconda-7be55e288a4726d14ffc9df60f5e5892db2a2048.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 1f92be5e9..a1b2f05f7 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.8], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.9], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |