summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-11 13:03:05 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-11 13:03:48 +0200
commit329c70f9f63eb25dadeb145225a83d25cecb7eec (patch)
treec484164cd04912e2975d680dda204bbfc1ed476d
parente824493e533f7c4ea9ae9066fb29b3298d9a8aa8 (diff)
downloadtelepathy-mission-control-329c70f9f63eb25dadeb145225a83d25cecb7eec.tar.gz
start working on version 5.12.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5aa5c111..1ccbea61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-mission-control 5.12.2 (UNRELEASED)
+=============================================
+
+...
+
telepathy-mission-control 5.12.1 (2012-07-11)
=============================================
diff --git a/configure.ac b/configure.ac
index 790116b4..c914ac01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Set the version number to e.g. 5.x.y immediately before a release.
dnl Set the version number to e.g. 5.x.y+ immediately after (this will
dnl enable -Werror).
-AC_INIT([telepathy-mission-control], [5.12.1])
+AC_INIT([telepathy-mission-control], [5.12.1+])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)