summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-22 23:05:41 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-22 23:05:41 +0100
commit31e99800b3d954cd3bec5974dbba4b937d9b011d (patch)
treefa028f5af6dcff725c1afaa43d5cd308d62709d5
parentb56bc3c45953fe113a9934b0d2ec2c1134de07ab (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b1c774e8..57ec197ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-22 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.0.11 released.
+
2014-09-18 Carl Hetherington <cth@carlh.net>
* Version 2.0.10 released.
diff --git a/debian/changelog b/debian/changelog
index b9948f9c0..3829ca4ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-dcpomatic (2.0.10-1) UNRELEASED; urgency=low
+dcpomatic (2.0.11-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Thu, 18 Sep 2014 00:48:38 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Mon, 22 Sep 2014 23:05:40 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index a5e7b3693..ed19d2076 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '2.0.10devel'
+VERSION = '2.0.11'
def options(opt):
opt.load('compiler_cxx')