diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 11:37:40 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 11:37:40 +0100 |
commit | b90b123a5808bff9c6d1c15c79bdf5845d6fd762 (patch) | |
tree | 951ab4cdaeacdec454f8468e96d22f3e01e9ee5b | |
parent | 6ab7ca14bfab05cc0d760b1545fb1f8d244924cd (diff) |
Post-release version bump and non-release indicator
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 72af273..12e6868 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl 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], [1]) -m4_define([folks_micro_version], [15]) +m4_define([folks_micro_version], [16]) m4_define([folks_nano_version], [0]) # If library source has changed since last release, increment revision |