[gtksourceview] Release 3.12.0



commit 19750b5068aa641a61db1acb1b05c3a234ac9ea8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Mar 24 14:13:59 2014 +0100

    Release 3.12.0

 NEWS         |    5 +++++
 README       |    6 +++---
 configure.ac |    8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0cb706b..23cda67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 3.12.0
+--------------
+* Small improvements to the documentation
+* Updated translations
+
 News in 3.11.91
 ---------------
 * Updated translations
diff --git a/README b/README
index 4c8c1b1..2f620df 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.11.92 of GtkSourceView.
+This is version 3.12.0 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
@@ -36,8 +36,8 @@ GtkSourceView requires glib >= 2.38, GTK+ >= 3.11.0 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.11.92.tar.xz   # unpack the sources
-  % cd gtksourceview-3.11.92              # change to the toplevel directory
+  % tar Jxf gtksourceview-3.12.0.tar.xz    # unpack the sources
+  % cd gtksourceview-3.12.0               # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build gtksourceview
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 9b7d72c..1d43d30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 m4_define(gtksourceview_major_version, 3)
-m4_define(gtksourceview_minor_version, 11)
-m4_define(gtksourceview_micro_version, 92)
+m4_define(gtksourceview_minor_version, 12)
+m4_define(gtksourceview_micro_version, 0)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],
@@ -30,9 +30,9 @@ AC_INIT([gtksourceview],
 #
 # (From the book Autotools, by John Calcote)
 
-GSV_LT_CURRENT=2
+GSV_LT_CURRENT=3
 GSV_LT_REVISION=0
-GSV_LT_AGE=1
+GSV_LT_AGE=2
 GSV_LT_VERSION="$GSV_LT_CURRENT:$GSV_LT_REVISION:$GSV_LT_AGE"
 AC_SUBST(GSV_LT_VERSION)
 


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