From 5ed31e0fa1b216c862bfe6624b3cfaf35fc9cbf6 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 11 May 2009 18:49:51 -0700 Subject: version update --- configure.ac | 4 ++-- mock.spec.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0e7405a..ba35d63 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ #################################### # change version here. --> BOTH PLACES PLEASE! -AC_INIT([mock],[0.9.14]) +AC_INIT([mock],[0.9.15]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=0 temp_RELEASE_MINOR=9 -temp_RELEASE_SUBLEVEL=14 +temp_RELEASE_SUBLEVEL=15 temp_RELEASE_EXTRALEVEL= #################################### diff --git a/mock.spec.in b/mock.spec.in index 5143b7f..4e92273 100644 --- a/mock.spec.in +++ b/mock.spec.in @@ -97,6 +97,9 @@ fi %attr(02775, root, mock) %dir /var/cache/mock %changelog +* Mon May 11 2009 Jesse Keating - 0.9.15-1 +- Add configs for F11 (jkeating) + * Mon Feb 02 2009 Clark Williams - 0.9.14-1 - logging cleanup (mikem) - add new exception for resultdir not available (mebrown) -- cgit