[pangomm] 2.34.0



commit cfd3129552cac1ecc7186f9d87edef08ee506983
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 24 11:04:29 2013 +0200

    2.34.0

 ChangeLog    |    2 ++
 NEWS         |    5 +++++
 configure.ac |    4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a953224..3236b2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.34.0 (stable):
+
 2012-10-26  José Alburquerque  <jaalburquerque gmail com>
 
        Remove the use of g_type_init() because it has been deprecated.
diff --git a/NEWS b/NEWS
index 472b296..8e9f010 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.34.0 (stable):
+
+* Remove the use of g_type_init() because it has been deprecated.
+  (José Alburquerque)
+       
 2.28.4 (stable):
 
 * Add #includes needed with the latest glibmm.
diff --git a/configure.ac b/configure.ac
index dfbdbcb..a17acbe 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([pangomm], [2.28.4],
+AC_INIT([pangomm], [2.34.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -45,7 +45,7 @@ AC_PROG_CXX
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.36.0 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0'])
 PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_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]