From 94ad09f14305b26564a8ce348e0e0b59baaf27a9 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 6 Aug 2009 16:32:45 -1000 Subject: New version. --- anaconda.spec.in | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 5ade08026..eb2cbc0cb 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -209,6 +209,9 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Aug 06 2009 David Cantrell - 12.10-1 +- Add missing 'i' in loader/loader.c for non-s390 arches. (dcantrell) + * Thu Aug 06 2009 David Cantrell - 12.9-1 - Avoid finding the word 'engine' in comments. (jkeating) - Don't try to get dso deps of statically linked files. (jkeating) diff --git a/configure.ac b/configure.ac index a1b2f05f7..df7a9140b 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.9], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.10], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) -- cgit