summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-12-04 23:54:08 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-12-05 01:41:28 +0200
commitb6086d27ab7bc562987ac12a169e592e140b0409 (patch)
treed4c83d9a3c4c729d2d36e7fd0312f075035e3f04
parent1b4a9fcffda1179b91b5d94339e6620b4cb4a6de (diff)
downloadmm-common-b6086d27ab7bc562987ac12a169e592e140b0409.tar.gz
Increment version to mm-common 0.9
* configure.ac (AC_INIT): Bump the version number to 0.9 due to the interface additions in doc-reference.am. * NEWS: Change version of the top news entry to mm-common 0.9.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0764afe..3e45269 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-mm-common 0.8.1 "Bugzilla" (2009-10-09)
+mm-common 0.9 "Bugzilla" (2009-12-04)
Skeleton regurgitated by the lizard of Moz.
diff --git a/configure.ac b/configure.ac
index 11e882c..9018ca8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([mm-common], [0.8.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
[mm-common], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([util/mm-common-prepare.in])