From 10ca9b2d3d653ce63124f22960695082c4e33636 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 11 May 2009 18:57:40 -0700 Subject: Version bump --- configure.ac | 4 ++-- mock.spec.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ba35d63..be053d1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ #################################### # change version here. --> BOTH PLACES PLEASE! -AC_INIT([mock],[0.9.15]) +AC_INIT([mock],[0.9.16]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=0 temp_RELEASE_MINOR=9 -temp_RELEASE_SUBLEVEL=15 +temp_RELEASE_SUBLEVEL=16 temp_RELEASE_EXTRALEVEL= #################################### diff --git a/mock.spec.in b/mock.spec.in index 4e92273..902a4fc 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.16-1 +- Make F11 and rawhide build i586 on i386 targets. + * Mon May 11 2009 Jesse Keating - 0.9.15-1 - Add configs for F11 (jkeating) -- cgit