[libvtemm] Update for 0.24.0.



commit e8c9d626b8bb826a5aee147963d049167ae18ea2
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sat Apr 10 16:57:30 2010 +0200

    Update for 0.24.0.
    
    * NEWS: Updated.
    * README: Updated version and dependencies.
    * configure.ac: Bumped version to 0.24.0.

 NEWS         |    4 ++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 575f850..0e84d72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.24.0:
+* Nothing has changed.
+  (Krzesimir Nowak)
+
 0.23.1:
 
 * Documentation: added main page and documented enumerations.
diff --git a/README b/README
index fb8798a..62ace45 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-C++ wrapper for vte, version 0.23.1.
+C++ wrapper for vte, version 0.24.0.
 
 Current dependencies:
 - to build a library from tarball:
-  * vte >= 0.23.5
+  * vte >= 0.24.0
   * glibmm-2.4 >= 2.22.0
   * pangomm-1.4 >= 2.24.0
-  * gtkmm-2.4 >= 2.19.2
+  * gtkmm-2.4 >= 2.20.0
   * giomm-2.4
 - to build a documentation:
   * same as above and tools required by mm-common, that are:
diff --git a/configure.ac b/configure.ac
index 5b77974..5932307 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libvtemm], [0.23.2],
+AC_INIT([libvtemm], [0.24.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libvtemm],
         [libvtemm])
 AC_PREREQ([2.62])
@@ -30,7 +30,7 @@ AC_SUBST([LIBVTEMM_SO_VERSION], [11:0:2])
 LT_INIT([win32-dll disable-static])
 AC_PROG_CXX
 
-AC_SUBST([LIBVTEMM_MODULES], ['glibmm-2.4 >= 2.22.0 pangomm-1.4 >= 2.24.0 gtkmm-2.4 >= 2.19.2 vte >= 0.23.5 giomm-2.4'])
+AC_SUBST([LIBVTEMM_MODULES], ['glibmm-2.4 >= 2.22.0 pangomm-1.4 >= 2.24.0 gtkmm-2.4 >= 2.20.0 vte >= 0.24.0 giomm-2.4'])
 PKG_CHECK_MODULES([LIBVTEMM], [$LIBVTEMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])



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