summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-05 17:12:36 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-05 17:12:36 +0200
commitb964d3412c403d62ea1ea8e9c20a2769e7ee678a (patch)
treea65fbb834a9d13a0b6474d476b43c08835de7ea1
parent37435bfbf6d190b8e0d5cdbfe1b3df6163ed666b (diff)
start dev of 0.15.19
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7ca53f5..99db60d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+telepathy-python 0.15.19 (UNRELEASED)
+=====================================
+
telepathy-python 0.15.18 (2010-08-05)
=====================================
diff --git a/configure.ac b/configure.ac
index 22ad9f8..e395227 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, 1)
+m4_define(telepathy_python_released, 0)
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, 18)
+m4_define(telepathy_python_micro_version, 19)
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]))