[rep-gtk] bump to 0.90.0, bump minimal gtk+ version to 2.12
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Subject: [rep-gtk] bump to 0.90.0, bump minimal gtk+ version to 2.12
- Date: Fri, 19 Jun 2009 13:30:34 -0400 (EDT)
commit ae30999825e1456641909cf231d11885496fd38c
Author: chrisb <zanghar freenet de>
Date: Fri Jun 19 21:34:18 2009 +0200
bump to 0.90.0, bump minimal gtk+ version to 2.12
ChangeLog | 4 ++++
configure.in | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 376c7d3..a63babf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-19 Christopher Bratusek <zanghar freenet de>
+ * configure.in: 0.18.6 released, bump to 0.90.0, bump minimal required
+ gtk+ version to 2.12 (as I'll update the rep-gtk API to that version)
+
2009-05-06 Christopher Bratusek <zanghar freenet de>
* rep-gtk.spec.in: - require gtk2 instead of gtk+
- add --libdir=%{_libdir} to configure flags
diff --git a/configure.in b/configure.in
index 25e0633..9135f94 100644
--- a/configure.in
+++ b/configure.in
@@ -31,7 +31,7 @@ AC_SUBST(datarootdir)
AM_PROG_LIBTOOL
dnl Release versioning info
-version="0.18.6"
+version="0.90.0"
dnl Find the system type; this isn't crucial
AC_CANONICAL_HOST
@@ -59,7 +59,7 @@ GLIB_MIN_VER="2.6"
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_MIN_VER)
dnl Check for GTK
-GTK_MIN_VER="2.6"
+GTK_MIN_VER="2.12"
pc_libs=""
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_MIN_VER
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]