Add a "released" flag to configure.ac: if not 1, append the date to the version.
commit795927e72a9b5e0a14ea7125c31972d2fc3501dc
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 19 Jan 2007 12:31:56 +0000 (19 12:31 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 19 Jan 2007 12:31:56 +0000 (19 12:31 +0000)
treeaeb32ffc73fde83226bf584e483a08a3838f0291
parent43c48b9c7fdbb5741daa024df9e7a319d1993dac
Add a "released" flag to configure.ac: if not 1, append the date to the version.
When making official releases please do the following:
* set dbus_python_released to 1 and set the new version
* make the release tarball (make distcheck)
* commit, tag
* change dbus_python_released back to 0 and commit again
configure.ac