diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-06 00:11:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-06 00:11:06 +0000 |
| commit | a3aa72fbb442bb2d240e1021637380a46e26e9c3 (patch) | |
| tree | 4a04742f3c310c7629870636b93c00d21d7fdb02 | |
| parent | 8b6b8d85ae9a008ada08ce5c51c16ad2238239c9 (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 @@ +2013-11-06 Carl Hetherington <cth@carlh.net> + + * Version 1.26 released. + 2013-11-05 Carl Hetherington <cth@carlh.net> * Auto-detect encoding servers on the local diff --git a/debian/changelog b/debian/changelog index b9dfe68ad..3dc809516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.25-1) UNRELEASED; urgency=low +dcpomatic (1.26-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -29,8 +29,9 @@ dcpomatic (1.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 04 Nov 2013 20:07:04 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 06 Nov 2013 00:11:06 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.26pre' +VERSION = '1.26' def options(opt): opt.load('compiler_cxx') |
