diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-06 11:18:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-06 11:18:59 +0100 |
| commit | 600a0056e835343b854f00a82f54394c15bad443 (patch) | |
| tree | 7fc84adcc6eb1866d32fa6289658df72d887abff | |
| parent | 847bac3232e051be4c104b131c2f5cf568e23ed5 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2014-06-06 Carl Hetherington <cth@carlh.net> + + * Version 1.69.23 released. + 2014-06-05 Carl Hetherington <cth@carlh.net> * Version 1.69.22 released. diff --git a/debian/changelog b/debian/changelog index e839c2a7d..b816bf46f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.22-1) UNRELEASED; urgency=low +dcpomatic (1.69.23-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -146,8 +146,9 @@ dcpomatic (1.69.22-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 05 Jun 2014 12:03:23 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 06 Jun 2014 11:18:59 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.22devel' +VERSION = '1.69.23' def options(opt): opt.load('compiler_cxx') |
