[gedit-collaboration] Release 3.3.0



commit d0d8648d7b2a0cac24cf79d580dadce012d25774
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Feb 25 10:40:41 2012 +0100

    Release 3.3.0

 NEWS         |    5 +++++
 configure.ac |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4860533..42b12e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+== gedit-collaboration-plugin 3.3.0 ==
+	* Do not use deprecated methods
+	* Misc bugfixes
+	* Translation updates
+
 == gedit-collaboration-plugin 3.0.0 ==
 	* Misc bugfixes
 
diff --git a/configure.ac b/configure.ac
index 7b190ff..24e8e83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 
 AC_INIT([gedit-collaboration],
-        [3.0.0],
+        [3.3.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],
         [gedit-collaboration],
         [http://projects.gnome.org/gedit/])
@@ -56,12 +56,12 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext package])
 dnl ================================================================
 dnl Start of pkg-config checks
 dnl ================================================================
-GEDIT_REQUIRED_VERSION=2.90
+GEDIT_REQUIRED_VERSION=3.0
 INFINITY_REQUIRED_VERSION=0.5
 
 PKG_CHECK_MODULES(GEDIT, [
 	gedit >= $GEDIT_REQUIRED_VERSION,
-	gtk+-3.0 >= 2.90.0
+	gtk+-3.0 >= 3.0.0
 	libinfinity-0.5 >= $INFINITY_REQUIRED_VERSION
 	libinfgtk-0.5 >= $INFINITY_REQUIRED_VERSION
 	libinftextgtk-0.5 >= $INFINITY_REQUIRED_VERSION



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