[folks] Release version 0.8.0



commit dff09ede2973a7d31527f70cea61aacbedcc6adb
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Oct 4 08:55:47 2012 +0100

    Release version 0.8.0

 NEWS         |    8 ++++++--
 configure.ac |   10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6a61cf6..6a8a359 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
-Overview of changes from libfolks 0.7.4.1 to libfolks 0.7.5
-=========================================================
+Overview of changes from libfolks 0.7.4.1 to libfolks 0.8.0
+===========================================================
+
+Major changes:
+â Some translation comment and documentation improvements
+â Lots of updated translations
 
 Bugs fixed:
 â Bug 684014 â A few outstanding issues in the internationalisation
diff --git a/configure.ac b/configure.ac
index a67280f..9e716d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 # If not 1, append datestamp to the version number
-m4_define([folks_released], [0])
+m4_define([folks_released], [1])
 
 m4_define([folks_major_version], [0])
-m4_define([folks_minor_version], [7])
-m4_define([folks_micro_version], [4])
-m4_define([folks_nano_version], [2])
+m4_define([folks_minor_version], [8])
+m4_define([folks_micro_version], [0])
+m4_define([folks_nano_version], [0])
 
 # If library source has changed since last release, increment revision
 # If public symbols have been added, removed or changed since last release,
@@ -12,7 +12,7 @@ m4_define([folks_nano_version], [2])
 # If public symbols have been added since last release, increment age
 # If public symbols have been removed since last release, set age to 0
 m4_define([folks_lt_current], [37])
-m4_define([folks_lt_revision], [0])
+m4_define([folks_lt_revision], [1])
 m4_define([folks_lt_age], [12])
 
 # Display the nano_version only if it's not '0'



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