diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-22 23:07:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-22 23:07:31 +0000 |
| commit | 87ea3bb2699a09fe6f6dd97578f750b918a51acf (patch) | |
| tree | 8e246124f1d2b178224b14e4abc591828a9ec9ab | |
| parent | d70b48d21072b38d56a941b33bfa212fe331a2fd (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-22 Carl Hetherington <cth@carlh.net> + * Version 1.34 released. + +2013-11-22 Carl Hetherington <cth@carlh.net> + * Fix both OS X and Windows installers. 2013-11-21 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 3d37ca5ed..fd971efe3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.33-1) UNRELEASED; urgency=low +dcpomatic (1.34-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -37,8 +37,9 @@ dcpomatic (1.33-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 21 Nov 2013 18:56:59 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 22 Nov 2013 23:07:30 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.34pre' +VERSION = '1.34' def options(opt): opt.load('compiler_cxx') |
