summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-24 16:36:49 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-24 16:36:49 +0000
commit1ee2b1a8cf729a71ae56e5671564c5fd62504707 (patch)
treec5577e72b746237f4d7e349e05c414c60ec367f9
parent5b76f66e79f9bc07241a44c0277d4bbebc08ce20 (diff)
downloaddbus-python-1ee2b1a8cf729a71ae56e5671564c5fd62504707.tar.gz
Let's call this 1.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac6
2 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index aa7adbb..3dc74a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-D-Bus Python Bindings 0.84.1 (UNRELEASED)
-=========================================
+D-Bus Python Bindings 1.0.0 (UNRELEASED)
+========================================
+
+The "never trust a .0 release?" release.
Dependencies:
diff --git a/configure.ac b/configure.ac
index b7aebfa..7b26ada 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@
AC_PREREQ(2.59c)
dnl If not 1, append datestamp to the version number
-m4_define(dbus_python_released, 0)
+m4_define(dbus_python_released, 1)
dnl The dbus-python version number (must actually be numeric at the moment)
-m4_define(dbus_python_major_version, 0)
-m4_define(dbus_python_minor_version, 84)
+m4_define(dbus_python_major_version, 1)
+m4_define(dbus_python_minor_version, 0)
m4_define(dbus_python_micro_version, 0)
m4_define(dbus_python_maybe_datestamp,