summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-10 10:48:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-10 10:48:32 +0100
commit35ecf24fdc59b8673df7a4870fffad0b1535dce1 (patch)
treed8f42fc864ad2d469b46bd83b1fce37242fb3e34
parent406ddd165456ad769b4109535530d408a4221077 (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 f60dcbcc4..db36e22a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-10-10 Carl Hetherington <cth@carlh.net>
+ * Version 1.11 released.
+
+2013-10-10 Carl Hetherington <cth@carlh.net>
+
* libdcp fix to incorrect signature digests.
2013-10-09 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 19200f983..d6a3e52be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.10-1) UNRELEASED; urgency=low
+dcpomatic (1.11-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -14,8 +14,9 @@ dcpomatic (1.10-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Oct 2013 16:39:22 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Thu, 10 Oct 2013 10:48:32 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index b03080cbd..0db25485d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.11pre'
+VERSION = '1.11'
def options(opt):
opt.load('compiler_cxx')