diff configure.ac @ 32151:b1cceb8699fa

Let's do a quick bugfix release on Thursday. I have a patch pending that will add API, which is why I bumped the version to 2.9.0. Also, I'll need to cut tarballs Tuesday night, so please have all changes checked in by then. Please avoid string changes, and please only commit critical bug fixes!
author Mark Doliner <mark@kingant.net>
date Mon, 20 Jun 2011 05:37:11 +0000
parents de3ee7b6f080
children f25f7712f9ce
line wrap: on
line diff
--- a/configure.ac	Mon Jun 20 05:33:58 2011 +0000
+++ b/configure.ac	Mon Jun 20 05:37:11 2011 +0000
@@ -45,7 +45,7 @@
 #
 m4_define([purple_lt_current], [8])
 m4_define([purple_major_version], [2])
-m4_define([purple_minor_version], [8])
+m4_define([purple_minor_version], [9])
 m4_define([purple_micro_version], [0])
 m4_define([purple_version_suffix], [])
 m4_define([purple_version],
@@ -55,7 +55,7 @@
 m4_define([gnt_lt_current], [8])
 m4_define([gnt_major_version], [2])
 m4_define([gnt_minor_version], [8])
-m4_define([gnt_micro_version], [8])
+m4_define([gnt_micro_version], [9])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version],
           [gnt_major_version.gnt_minor_version.gnt_micro_version])