[gtkglarea] Release 2.1.0



commit 24cbedaccaa49ef4e523b355cae95328e1f9f7d3
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Apr 22 21:43:45 2014 +0100

    Release 2.1.0

 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6db87e8..14653d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+=============
+Version 2.1.0
+=============
+
+General
+       * Lots of clean ups in the build system
+       * Modernize all the code as much as possible before a
+         possible transition to GTK+3
+       * Remove GLU dependency
 
 =============
 Version 2.0.2
diff --git a/configure.ac b/configure.ac
index 7db5a05..2d58545 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT([gtkgl],
-        [2.0.2],
+        [2.1.0],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gtkglarea],
         [gtkglarea],
         [http://mono-project.com/GtkGLArea])
@@ -17,7 +17,7 @@ AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])
 
 #shared library versioning
-GTKGL_LIBRARY_VERSION=1:1:0
+GTKGL_LIBRARY_VERSION=1:2:0
 #                     | | |
 #              +------+ | +---+
 #              |        |     |


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