diff options
author | Chris Lumens <clumens@redhat.com> | 2009-08-26 14:34:11 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-08-26 14:34:11 -0400 |
commit | d6ea7d9013f817caa52888ec18f3be204737cb56 (patch) | |
tree | 3a92f39de650cbf3a98af6b9da3f5bca26fa7f03 /configure.ac | |
parent | 82075d36492d63570a3d2cf144bdafd642abea82 (diff) | |
download | anaconda-d6ea7d9013f817caa52888ec18f3be204737cb56.tar.gz anaconda-d6ea7d9013f817caa52888ec18f3be204737cb56.tar.xz anaconda-d6ea7d9013f817caa52888ec18f3be204737cb56.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 f4fa1c02a..19d8a8503 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.16], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.17], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |