diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-06 18:22:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-06 18:22:18 +0000 |
| commit | ad3c7590f79095638625d75c6f0f6b462223774c (patch) | |
| tree | 27c6365f61a5318f964636cea90dfd41976efd27 | |
| parent | a994dedfe828ce00829f9de7ba7297f28d696093 (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,5 +1,9 @@ 2013-11-06 Carl Hetherington <cth@carlh.net> + * Version 1.27 released. + +2013-11-06 Carl Hetherington <cth@carlh.net> + * Various server-related tidying up; servers are now auto-detected only (the configuration for them has been removed). diff --git a/debian/changelog b/debian/changelog index 3dc809516..dddf02df4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.26-1) UNRELEASED; urgency=low +dcpomatic (1.27-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -30,8 +30,9 @@ dcpomatic (1.26-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 06 Nov 2013 00:11:06 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 06 Nov 2013 18:22:18 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.27pre' +VERSION = '1.27' def options(opt): opt.load('compiler_cxx') |
