[gtksourceview] Release 3.11.90



commit e70b84b0d8ddc561599cd9bdd163d8c50bf83e3b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Feb 17 19:03:17 2014 +0100

    Release 3.11.90

 NEWS         |    6 ++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 24909cb..1d45eb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 3.11.90
+---------------
+* Add syntax highlighting for LLVM IR and Sweave
+* Improvements to some lang files
+* Updated translations
+
 News in 3.11.4
 --------------
 * Add the popular Solarized style schemes
diff --git a/README b/README
index d2580e1..606e2d9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.11.5 of GtkSourceView.
+This is version 3.11.90 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.5.tar.xz           # unpack the sources
-  % cd gtksourceview-3.11.5               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.11.90.tar.xz   # unpack the sources
+  % cd gtksourceview-3.11.90              # 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 848f2ef..507b091 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.64)
 
 m4_define(gtksourceview_major_version, 3)
 m4_define(gtksourceview_minor_version, 11)
-m4_define(gtksourceview_micro_version, 5)
+m4_define(gtksourceview_micro_version, 90)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],


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