[glibmm] Increment version to glibmm 2.21.4.2



commit 3f8638839cd2dcc064ce4d2830ccbf7e71731de3
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Tue Sep 1 23:01:14 2009 +0200

    Increment version to glibmm 2.21.4.2
    
    * configure.ac (AC_INIT): Increment version to 2.21.4.2.
    * NEWS: Write news entry for glibmm 2.21.4.2 release.

 ChangeLog    |    7 +++++++
 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f59a680..b84aa0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-09-01  Daniel Elstner  <daniel kitta gmail com>
 
+	Increment version to glibmm 2.21.4.2
+
+	* configure.ac (AC_INIT): Increment version to 2.21.4.2.
+	* NEWS: Write news entry for glibmm 2.21.4.2 release.
+
+2009-09-01  Daniel Elstner  <daniel kitta gmail com>
+
 	Update Doxygen configuration for Doxygen 1.6.1
 
 	* docs/reference/Doxyfile.in: Update configuration template using
diff --git a/NEWS b/NEWS
index 685b310..f6dc069 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.21.4.2 (unstable):
+
+    This release corrects a mistake in the build setup which prevented
+    the installation of the gmmproc code generation support files.
+
+    Daniel Elstner (1):
+          Always build tools/ subdirectory (bgo #593518, Vincent Untz)
+
 2.21.4.1 (unstable):
 
     Daniel Elstner (4):
diff --git a/configure.ac b/configure.ac
index 42ca07a..ba27622 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.21.4.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
+AC_INIT([glibmm], [2.21.4.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]