[gedit-collaboration] Release 3.0.0



commit f676ab969613aab065de8d171768a574279c83b6
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jun 2 11:08:41 2011 +0200

    Release 3.0.0

 NEWS         |    3 +++
 configure.ac |    7 +++----
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c7ce961..4860533 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,5 @@
+== gedit-collaboration-plugin 3.0.0 ==
+	* Misc bugfixes
+
 == gedit-collaboration-plugin 2.91.1 ==
 	* Initial release of the gedit collaboration plugin
diff --git a/configure.ac b/configure.ac
index 4074952..7b190ff 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],
-        [2.91.1],
+        [3.0.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],
         [gedit-collaboration],
         [http://projects.gnome.org/gedit/])
@@ -50,9 +50,8 @@ IT_PROG_INTLTOOL([0.41.0])
 AM_GNU_GETTEXT_VERSION([0.17])
 AM_GNU_GETTEXT([external])
 
-GETTEXT_PACKAGE=geditcollaboration
-AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
+AC_SUBST([GETTEXT_PACKAGE], [$PACKAGE_TARNAME])
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext package])
 
 dnl ================================================================
 dnl Start of pkg-config checks



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