Update the version and changelog for dmapi.
Signed-off-by: Ben Myers <bpm@xxxxxxx>
---
VERSION | 2 +-
configure.ac | 2 +-
doc/CHANGES | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2012-10-31 13:42:58.481323425 -0500
+++ b/VERSION 2012-10-31 13:43:04.282005911 -0500
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=2
-PKG_REVISION=10
+PKG_REVISION=11
PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac 2012-10-31 12:27:15.701360575 -0500
+++ b/configure.ac 2012-10-31 12:27:25.491380911 -0500
@@ -1,4 +1,4 @@
-AC_INIT([dmapi], [2.2.10])
+AC_INIT([dmapi], [2.2.11])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2012-10-31 12:28:12.701946439 -0500
+++ b/doc/CHANGES 2012-10-31 12:34:56.581401487 -0500
@@ -1,3 +1,7 @@
+dmapi-2.2.11 (31 Oct 2012)
+ - Various build related fixes, thanks to Theodore Ts'o,
+ Mike Frysinger, and Jan Engelhardt
+
dmapi-2.2.10 (5 May 2009)
- Update the Makepkgs script to generate proper source tarballs.
- Small specfile improvements, thanks to Jan Engelhardt.
|