diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 22:10:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 22:10:29 +0000 |
| commit | 044a27aed354793af314888eeb2ff0495676280c (patch) | |
| tree | af5bd71d69847fc3923b9afb5ad153a69ffc0d15 | |
| parent | ebaf30ff11dee86d541e32c9964e0c8edd2f2fcc (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-12-23 Carl Hetherington <cth@carlh.net> + * Version 1.49 released. + +2013-12-23 Carl Hetherington <cth@carlh.net> + * Version 1.48 released. 2013-12-23 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 9f5770968..56b365fa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.48-1) UNRELEASED; urgency=low +dcpomatic (1.49-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -52,8 +52,9 @@ dcpomatic (1.48-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 21:59:39 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 22:10:29 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.49pre' +VERSION = '1.49' def options(opt): opt.load('compiler_cxx') |
