summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-12 22:31:21 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-12 22:31:21 +0000
commit83afc694c077e253edcb91f5eec3c5609b3343ce (patch)
treee66e6c8551dea248f57f90e3a5c20a653e0672d9
parent01b1de837cc69a71ded01aa5cc4663c83713e275 (diff)
Version 0.15.17.telepathy-python-0.15.17
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 46a04d4..a0a27ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-python 0.15.17 (UNRELEASED)
+telepathy-python 0.15.17 (2010-03-12)
=====================================
Enhancements:
diff --git a/configure.ac b/configure.ac
index 83ae62d..50635d5 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, 16)
+m4_define(telepathy_python_micro_version, 17)
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]))