summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-10-04 08:55:47 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2012-10-04 08:55:47 +0100
commitdff09ede2973a7d31527f70cea61aacbedcc6adb (patch)
treecf9fd719a201d9af002ba0dd46953c375763d0de
parentfe0924d063d03637331fefe39cbb8b024342ed44 (diff)
Release version 0.8.0FOLKS_0_8_0
-rw-r--r--NEWS8
-rw-r--r--configure.ac10
2 files changed, 11 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 6a61cf6a..6a8a3599 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 a67280f1..9e716d29 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'