summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--anaconda.spec.in3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 610a0e063..30debcee8 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -209,6 +209,9 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.13-1
+- Fix syntax error in identifyMultipaths() (dcantrell)
+
* Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.12-1
- Honor network config boot params for CD-booted ks installs (#433214)
(dcantrell)
diff --git a/configure.ac b/configure.ac
index d3d729e88..7012d3c25 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.12], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.13], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])