From 2906625b993a95d442747b2c9d99bc85af3cddbd Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 22 Jul 2009 16:54:26 -1000 Subject: New version (again). --- 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 15a449c9a..81adcd678 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -212,6 +212,9 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Jul 22 2009 David Cantrell - 12.5-1 +- New build because koji hates me. + * Wed Jul 22 2009 David Cantrell - 12.4-1 - Add scripts/makeupdates to generate updates.img files. (dcantrell) - Add python-decorator to the stage2 image for pyparted (#513175). (clumens) diff --git a/configure.ac b/configure.ac index afb50756c..5cb603ad0 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.4], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.5], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) -- cgit