diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 00:54:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 00:54:04 +0100 |
| commit | 5075c7902c5760fb254ca12a410ee4eb29fab35b (patch) | |
| tree | 4c92fef376c64e9e2cde8e741b5af7f460fdd6ab | |
| parent | f75f006355080991ba7d35633136b4b340e34afc (diff) | |
Bump versionv2.1.49
| -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 @@ +2015-09-01 Carl Hetherington <cth@carlh.net> + + * Version 2.1.49 released. + 2015-08-31 Carl Hetherington <cth@carlh.net> * Version 2.1.48 released. diff --git a/debian/changelog b/debian/changelog index e204ac1b5..cbe213973 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.48-1) UNRELEASED; urgency=low +dcpomatic (2.1.49-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -279,8 +279,9 @@ dcpomatic (2.1.48-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 31 Aug 2015 19:47:35 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 01 Sep 2015 00:54:03 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.48devel' +VERSION = '2.1.49' def options(opt): opt.load('compiler_cxx') |
