diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-28 17:05:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-28 17:05:38 +0100 |
| commit | 612e954de290dfd4f233a98d916a87a149ea0744 (patch) | |
| tree | 9f5f692c41d13a6684bc050dbf317614da31880a | |
| parent | 01b4847e835262aa7b3159a34cae535440a7d34a (diff) | |
Bump version
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 818fb3e7f..9100198e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -dcpomatic (1.00beta1-1) UNRELEASED; urgency=low +dcpomatic (1.00-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 28 Aug 2013 17:04:47 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 28 Aug 2013 17:05:38 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.00beta1' +VERSION = '1.00' def options(opt): opt.load('compiler_cxx') |
