summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-09-29 13:19:35 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-09-29 13:19:35 +0100
commit65e4a9a042ee9ea699cbfcf06e6c791c5e717bcc (patch)
tree22f1a5895121bdf60ee8221843e4f2779a7b41db
parent6eff5a246bf31f310221e4a2a94c3aae54f00472 (diff)
prepare 0.15.12 releasetelepathy-python-0.15.12
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d306baa..f22c4d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-python 0.15.12 (UNRELEASED)
+telepathy-python 0.15.12 (2009-09-29)
=====================================
+The "You Look Nice Today" release.
+
Enhancements:
* Specification 0.18.0.
diff --git a/configure.ac b/configure.ac
index 99c17d3..a9ae3a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@
AC_PREREQ(2.59c)
dnl If not 1, append datestamp to the version number
-m4_define(telepathy_python_released, 0)
+m4_define(telepathy_python_released, 1)
dnl The telepathy-python version number (must actually be numeric at the moment)
m4_define(telepathy_python_major_version, 0)
m4_define(telepathy_python_minor_version, 15)
-m4_define(telepathy_python_micro_version, 11)
+m4_define(telepathy_python_micro_version, 12)
m4_define(telepathy_python_maybe_datestamp,
m4_esyscmd([if test x]telepathy_python_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))