[gtksourceview] Release 3.10.0



commit ada173db443fe95df0cb9b232ad91d1cf4dc10fc
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Sep 23 19:22:31 2013 +0200

    Release 3.10.0

 NEWS         |    5 +++++
 README       |    8 ++++----
 configure.ac |    8 ++++----
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index ae2e418..4e78895 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 3.10.0
+--------------
+* Small bugfix
+* Updated translations
+
 News in 3.9.92
 --------------
 * SearchSettings: change default value of wrap-around to FALSE
diff --git a/README b/README
index a47b9d1..842ead1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.9.93 of GtkSourceView.
+This is version 3.10.0 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard gtk+ 3.x
 text widget GtkTextView.
@@ -28,12 +28,12 @@ All future contributions to the project must be LGPL-licensed.
 Installation
 ============
 
-GtkSourceView requires glib >= 2.37.3, GTK+ >= 3.9.9 and libxml2 >= 2.6.
+GtkSourceView requires glib >= 2.38, GTK+ >= 3.10 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.9.93.tar.xz           # unpack the sources
-  % cd gtksourceview-3.9.93               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.10.0.tar.xz           # unpack the sources
+  % cd gtksourceview-3.10.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 7c0c200..6bece66 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, 9)
-m4_define(gtksourceview_micro_version, 93)
+m4_define(gtksourceview_minor_version, 10)
+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=1
+GSV_LT_CURRENT=2
 GSV_LT_REVISION=0
-GSV_LT_AGE=0
+GSV_LT_AGE=1
 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]