Release version 0.8.0 FOLKS_0_8_0 upstream/0.8.0
authorPhilip Withnall <philip@tecnocode.co.uk>
Thu, 4 Oct 2012 07:55:47 +0000 (08:55 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Thu, 4 Oct 2012 07:55:47 +0000 (08:55 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6a61cf6..6a8a359 100644 (file)
--- 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
index a67280f..9e716d2 100644 (file)
@@ -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'