[gtksourceview/wip/gsv-4: 1/4] Bump version to 3.99.0



commit ad067d01fb4df67db20c8158aac08f567cdf6607
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 4 18:17:28 2016 +0100

    Bump version to 3.99.0
    
    The 3.99 development cycle will lead to GtkSourceView 4.0, which will
    have a new namespace for the code: GtkSource -> Gsv. But still depending
    on GTK+ 3.
    
    See:
    https://wiki.gnome.org/Projects/GtkSourceView/TransitionToGtkSourceView4

 README       |    2 +-
 configure.ac |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index 91119e1..435b28d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.23.2 of GtkSourceView.
+This is version 3.99.0 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
diff --git a/configure.ac b/configure.ac
index 32ffbba..ef2725b 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, 23)
-m4_define(gtksourceview_micro_version, 2)
+m4_define(gtksourceview_minor_version, 99)
+m4_define(gtksourceview_micro_version, 0)
 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]