summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2011-02-14 23:17:21 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2011-02-14 23:17:21 +0000
commitbd0a886aed6fb9bbaf405daee3c84ef77685babf (patch)
tree0f11bc8f6a615bfd15bbcce31f4eaf1f77500257
parent1c0ae0afc8c99370b9736bf647a011e17e728102 (diff)
Release version 0.3.6FOLKS_0_3_6
-rw-r--r--NEWS6
-rw-r--r--configure.ac6
2 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c6e70933..43eb8ced 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes from libfolks 0.3.5 to libfolks 0.3.6
+=========================================================
+
+This is just a repackaging of libfolks 0.3.5 with some documentation comment
+version numbers fixed.
+
Overview of changes from libfolks 0.3.4 to libfolks 0.3.5
=========================================================
diff --git a/configure.ac b/configure.ac
index c1d41c0f..4dd8679f 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], [3])
-m4_define([folks_micro_version], [5])
-m4_define([folks_nano_version], [1])
+m4_define([folks_micro_version], [6])
+m4_define([folks_nano_version], [0])
# If library source has changed since last release, increment revision
# If interfaces have been added, removed or changed since last release,