[glibmm] 2.33.2



commit ff40041f39e78eeda5aa5fa4db7207fcdfcaaaef
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jun 20 10:10:48 2012 +0200

    2.33.2

 ChangeLog    |    2 ++
 NEWS         |    5 +++++
 configure.ac |    4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 18a9f36..dd77723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.2:
+
 2012-06-19  Murray Cumming  <murrayc murrayc com>
 
 	gio_signals.defs: Regenerate.
diff --git a/NEWS b/NEWS
index 56c2f81..9db40eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.33.2 (unstable):
+
+* Added some enum values and documentation.
+  (Murray Cumming)
+
 2.33.1 (unstable):
 
 Gio:
diff --git a/configure.ac b/configure.ac
index 5e27956..e488e39 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.33.1],
+AC_INIT([glibmm], [2.33.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.33.1'
+glibreq='2.0 >= 2.33.2'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"



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