[libgdamm] Increased version



commit a061529f5f2027d0d84a3d3f8788c4f250d1f5ec
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 1 14:27:47 2009 +0200

    Increased version
---
 ChangeLog    |    2 ++
 NEWS         |   10 ++++++++++
 configure.in |    4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a368929..edc26f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.99.15:
+
 2009-05-20  Armin Burgmeier  <armin openismus com>
 
 	* libgda/src/connection.hg:
diff --git a/NEWS b/NEWS
index f57eeea..f81a314 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.99.15: (unstable)
+
+* Connection: update_meta_store_table_names() and update_meta_store_table().
+  Added an optional schema_name parameter, allowing Glom to use this hack to 
+  increase performance.
+  (Armin Burgmeier)
+* DataProxy::get_values(): Actually return the result, fixing a compiler 
+  warning. Bug #582997 (Vincent Untz).
+  (Murray Cumming)
+	
 3.99.14: (unstable)
 
 * Connection: Added update_meta_store_data_types() and 
diff --git a/configure.in b/configure.in
index c2efee0..8f8f87c 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([LIBGDAMM_MAJOR_VERSION],     [3])
 pushdef([LIBGDAMM_MINOR_VERSION],     [99])
-pushdef([LIBGDAMM_MICRO_VERSION],     [14])
+pushdef([LIBGDAMM_MICRO_VERSION],     [15])
 pushdef([LIBGDAMM_EXTRA_VERSION],     [])
 pushdef([LIBGDAMM_VERSION], LIBGDAMM_MAJOR_VERSION.LIBGDAMM_MINOR_VERSION.LIBGDAMM_MICRO_VERSION[]LIBGDAMM_EXTRA_VERSION)
 AC_INIT([libgdamm], LIBGDAMM_VERSION, [gtkmm-list gnome org])
@@ -32,7 +32,7 @@ AC_CONFIG_SRCDIR([libgda/libgdammconfig.h.in])
 #  ? :+1 : ?   == just some internal changes, nothing breaks but might work 
 #                 better
 # CURRENT : REVISION : AGE
-LIBGDAMM_SO_VERSION=10:0:0
+LIBGDAMM_SO_VERSION=11:0:0
 
 AC_SUBST([LIBGDAMM_VERSION])
 AC_SUBST(LIBGDAMM_RELEASE)



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