[dia] Mark as trunk version, require gtk+-2-12



commit bdb913263bd1e78f7e6b265ab04827f2a6fc66f8
Author: Hans Breuer <hans breuer org>
Date:   Sun May 24 14:24:38 2009 +0200

    Mark as trunk version, require gtk+-2-12
---
 config.h.win32 |    2 +-
 configure.in   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.h.win32 b/config.h.win32
index 3011c03..e9402c4 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -25,7 +25,7 @@
 #endif
 #define HAVE_LIBZ
 
-#define VERSION "0.97"
+#define VERSION "0.97+git"
 
 /*
  * We are linking libxml as DLL with either msvc or mingw, but this
diff --git a/configure.in b/configure.in
index d27ee6e..266789d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 dnl Process this -*- autoconf -*- file with autoconf to produce a 
 dnl configure script.
-AC_INIT(dia, 0.97, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
+AC_INIT(dia, 0.97+git, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
 AC_CONFIG_SRCDIR(app/diagram.c)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
 
@@ -55,7 +55,7 @@ AC_SUBST(GMODULE_CFLAGS)
 AC_SUBST(GMODULE_LIBS)
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 
-GTK_MODULES="gtk+-2.0 >= 2.6.0 glib-2.0 >= 2.6.0 libxml-2.0 gdk-pixbuf-2.0 gthread-2.0"
+GTK_MODULES="gtk+-2.0 >= 2.12.0 glib-2.0 >= 2.12.0 libxml-2.0 gdk-pixbuf-2.0 gthread-2.0"
 PKG_CHECK_MODULES(PANGOVERSION, pango >= 1.8.0, , 
                   AC_MSG_ERROR([Need Pango version 1.8.0 or higher]))
 



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