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 71bf05b..ebe4324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.12])
+AC_INIT([mock],[0.9.13])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=12
+temp_RELEASE_SUBLEVEL=13
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 67bfd6a..9264de4 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -93,6 +93,9 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Thu Nov 06 2008 Jesse Keating <jkeating@redhat.com> - 0.9.13-1
+- Add configs for F10 (jkeating)
+
* Tue Oct 14 2008 Clark Williams <williams@redhat.com> - 0.9.12-1
- internal setarch support for s390/s390x (mikem)
- Refer to the .newkey location of current Fedora 8/9 updates. (jkeating)