summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in3
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 <jkeating@redhat.com> - 0.9.15-1
+- Add configs for F11 (jkeating)
+
* Mon Feb 02 2009 Clark Williams <williams@redhat.com> - 0.9.14-1
- logging cleanup (mikem)
- add new exception for resultdir not available (mebrown)