summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-09 23:50:30 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-09 23:50:30 +0100
commit6477dc2040945fa0c0341660a6229a2153e22dd5 (patch)
tree671fca3d8968074c07d7cc242de00dd619cbb3fc
parentc4286643eb51f0b881cd0f1092d2ec695f49b941 (diff)
Bump versionv2.1.37
-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 e0f610217..d7c49b877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-08-09 Carl Hetherington <cth@carlh.net>
+ * Version 2.1.37 released.
+
+2015-08-09 Carl Hetherington <cth@carlh.net>
+
* Fix various incorrect behaviours with 96kHz
audio sources.
diff --git a/debian/changelog b/debian/changelog
index cb4ecb941..87538f2fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.1.36-1) UNRELEASED; urgency=low
+dcpomatic (2.1.37-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -267,8 +267,9 @@ dcpomatic (2.1.36-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Thu, 06 Aug 2015 20:19:01 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Sun, 09 Aug 2015 23:50:29 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index e9f9b4f1a..c7e04cf48 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.36devel'
+VERSION = '2.1.37'
def options(opt):
opt.load('compiler_cxx')