summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-13 22:05:11 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-13 22:05:11 +0000
commit4ca3e80cb3943bd3994250f536dbe0483f350606 (patch)
treed38c738875c82e615f7c8ae15fa7a21d9bda6180
parent6a68937320fa76ce213c648845abc73983fc1849 (diff)
Bump versionv2.11.29
-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 df503a3aa..2dd2a0c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-12-13 Carl Hetherington <cth@carlh.net>
+ * Version 2.11.29 released.
+
+2017-12-13 Carl Hetherington <cth@carlh.net>
+
* Version 2.11.28 released.
2017-11-08 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 3b7501dde..c4109a3ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.11.28-1) UNRELEASED; urgency=low
+dcpomatic (2.11.29-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -520,8 +520,9 @@ dcpomatic (2.11.28-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Wed, 13 Dec 2017 10:31:46 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Wed, 13 Dec 2017 22:05:11 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 1bd5a0570..0e6ae47dd 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.28devel'
+VERSION = '2.11.29'
def options(opt):
opt.load('compiler_cxx')