[gucharmap] Version 3.0.0



commit a05bd8e3a20b3c6ef0a77392ba55c34795d9e75c
Author: Christian Persch <chpe gnome org>
Date:   Mon Apr 4 13:51:34 2011 +0200

    Version 3.0.0

 Makefile.am  |    2 +-
 NEWS         |    4 ++--
 configure.ac |    8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 12050a9..f51b000 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--enable-gtk-doc \
 	--disable-introspection \
 	--enable-charmap \
-	--with-gtk=2.0
+	--with-gtk=3.0
 
 CLEANFILES = \
 	$(desktop_DATA) \
diff --git a/NEWS b/NEWS
index d33d18d..c3c9270 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-gucharmap 2.34.0
+gucharmap 3.0.0
 
  * Updated to Unicode 6.0.0
- * Fixes to build with latest GTK+ 3
+ * Support building with gtk+ 3.0
  * Update introspection support, and add annotations
  * Bugs fixed: http://bugzilla.gnome.org/buglist.cgi?product=gucharmap&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2010-09-27&chfieldto=2011-04-04+23:59:00&chfield=bug_status
  * Translation updates
diff --git a/configure.ac b/configure.ac
index e80b51c..80769e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,10 +15,10 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA 02110-1301  USA
 
-m4_define([gucharmap_version_major],[2])
-m4_define([gucharmap_version_minor],[33])
-m4_define([gucharmap_version_micro],[3])
-m4_define([gucharmap_version_extra],[+git])
+m4_define([gucharmap_version_major],[3])
+m4_define([gucharmap_version_minor],[0])
+m4_define([gucharmap_version_micro],[0])
+m4_define([gucharmap_version_extra],[])
 m4_define([gucharmap_version],[gucharmap_version_major.gucharmap_version_minor.gucharmap_version_micro()gucharmap_version_extra])
 
 # Before making a release, the libtool version should be modified.



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