Post 0.7.2.1 release version bump.
authorJeremy Whiting <jpwhiting@kde.org>
Thu, 28 Jun 2012 22:20:55 +0000 (16:20 -0600)
committerJeremy Whiting <jpwhiting@kde.org>
Thu, 28 Jun 2012 22:20:55 +0000 (16:20 -0600)
Added 0.7.2 to 0.7.3 section to NEWS.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4f06164..ad62079 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes from libfolks 0.7.2 to libfolks 0.7.3
+=========================================================
+
+Dependencies:
+
+Bugs fixed:
+
+API changes:
+
+
 Overview of changes from libfolks 0.7.1 to libfolks 0.7.2
 =========================================================
 
index ef54cb6..ef9ac1a 100644 (file)
@@ -1,10 +1,10 @@
 # If not 1, append datestamp to the version number
-m4_define([folks_released], [1])
+m4_define([folks_released], [0])
 
 m4_define([folks_major_version], [0])
 m4_define([folks_minor_version], [7])
 m4_define([folks_micro_version], [2])
-m4_define([folks_nano_version], [1])
+m4_define([folks_nano_version], [2])
 
 # If library source has changed since last release, increment revision
 # If public symbols have been added, removed or changed since last release,