summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-26 16:05:43 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-26 16:05:43 +0000
commit0375e14979c7d46fa968f266eecb9ce4d036988c (patch)
treedc10dcf0d61a448bd2199656e3b12e474389c883
parent65a510d3fce55aa4f3aa96cd06f8ab380eb73ed4 (diff)
Bump versionv2.11.67
-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 362178e11..1661834d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-02-26 Carl Hetherington <cth@carlh.net>
+ * Version 2.11.67 released.
+
+2018-02-26 Carl Hetherington <cth@carlh.net>
+
* Version 2.11.66 released.
2018-02-25 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index fc040c028..bdcc9d153 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.11.66-1) UNRELEASED; urgency=low
+dcpomatic (2.11.67-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -558,8 +558,9 @@ dcpomatic (2.11.66-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Mon, 26 Feb 2018 01:47:20 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Mon, 26 Feb 2018 16:05:43 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 9b7be9ce7..765b046ce 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.66devel'
+VERSION = '2.11.67'
def options(opt):
opt.load('compiler_cxx')