[libgdata] Release version 0.14.0



commit 2c9ba300498e8dfd28498389e202eefda41e4c16
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 28 23:32:42 2013 -0600

    Release version 0.14.0

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 83e3ae4..d86e152 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes from libgdata 0.13.4 to libgdata 0.14.0
+===========================================================
+
+Updated translations:
+ • ca (Gil Forcada)
+ • cs (Marek Černocký)
+ • de (Christian Kirbach)
+ • el (Dimitris Spingos)
+ • es (Daniel Mustieles)
+ • fr (Alexandre Franke)
+ • he (Yaron Shahrabani)
+ • it (Claudio Arseni)
+ • lt (Aurimas Černius)
+ • nb (Kjartan Maraas)
+ • nl (Reinout van Schouwen)
+ • pt_BR (Rafael Ferreira)
+ • sl (Matej Urbančič)
+ • th (Akom Chotiphantawanon)
+ • zh_HK (Chao-Hsiung Liao)
+ • zh_TW (Chao-Hsiung Liao)
+
 Overview of changes from libgdata 0.13.3 to libgdata 0.13.4
 ===========================================================
 
diff --git a/configure.ac b/configure.ac
index f111a0d..08e5f48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_PREREQ(2.65)
 
 # Release version
 m4_define(gdata_version_major, 0)
-m4_define(gdata_version_minor, 13)
-m4_define(gdata_version_micro, 5)
+m4_define(gdata_version_minor, 14)
+m4_define(gdata_version_micro, 0)
 
 # API version
 # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be 
changed
@@ -48,7 +48,7 @@ GOA_REQS=3.2
 #  4. If any interfaces have been removed or changed since the last public release, then set age to 0.
 #
 # Note that versioning started at 2:0:0 to ensure no conflicts with e-d-s' libgdata library, whose maximum 
version was 1:0:0
-GDATA_LT_VERSION=18:1:5
+GDATA_LT_VERSION=18:2:5
 AC_SUBST(GDATA_LT_VERSION)
 
 GDATA_VERSION_MAJOR=gdata_version_major


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