From 15584938883e75f03ce5f16708e15132e261922c Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 22 Dec 2010 13:35:44 -0500 Subject: Another new version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 641def3b4..96596d593 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], [15.12], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [15.13], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) -- cgit