diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-28 17:04:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-28 17:04:48 +0100 |
| commit | e7058ad8e49402b56825f40a4374a1a9872fb6ab (patch) | |
| tree | 8cdf39aa3dc4b6968bce4ab76204350d51178b9f | |
| parent | 61e9f1cdcb4b6e2939b8999381411c3d885f863d (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-08-28 Carl Hetherington <cth@carlh.net> + + * Version 1.00beta1 released. + 2013-07-08 Carl Hetherington <cth@carlh.net> * Version 0.108 released. diff --git a/debian/changelog b/debian/changelog index 1cb0a7d31..818fb3e7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -dcpomatic (0.88-1) UNRELEASED; urgency=low +dcpomatic (1.00beta1-1) UNRELEASED; urgency=low * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@houllier.lan> Sun, 28 Apr 2013 16:28:17 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 28 Aug 2013 17:04:47 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.00pre' +VERSION = '1.00beta1' def options(opt): opt.load('compiler_cxx') |
