summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-12-03 12:21:52 -0500
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-12-03 12:21:52 -0500
commit83fa2c4dea286b4cbc96814361c9dacca78a2f21 (patch)
tree76b44b0c3b4906fd1ee9211d90ebe5917c5c072a
parent817bc3474542d0fbefaf7c4a17fb18b4aff384cb (diff)
Start dev of 0.19.20
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e041690..be9083b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+telepathy-python 0.15.20 (UNRELEASED)
+=====================================
+
telepathy-python 0.15.19 (2010-12-03)
=====================================
diff --git a/configure.ac b/configure.ac
index 8f7d981..39eb6a4 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, 19)
+m4_define(telepathy_python_micro_version, 20)
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]))