Bump version v2.7.12
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:14:17 +0000 (20:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:14:17 +0000 (20:14 +0100)
ChangeLog
debian/changelog
wscript

index 171f9d8215f290ca910a2f15308220af37f8a951..d021f97102d0b1505c5188ffbe4d10a6c1ad6b53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.12 released.
+
 2016-04-11  Carl Hetherington  <cth@carlh.net>
 
        * Hopefully fix strange limits on x/y offset of subtitles.
index 8d8cccd8e9e5a46635efcf577be0ce0882daad8b..acfe15b756c703fc9f4447027f50ec0d420463b9 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.11-1) UNRELEASED; urgency=low
+dcpomatic (2.7.12-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -407,8 +407,9 @@ dcpomatic (2.7.11-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 09 Apr 2016 22:34:41 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 14 Apr 2016 20:14:17 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 39d6d5e78b5996706bb2eb590a0642a1cfd0c702..6143744977a127a7829b5a5e8b2d3a52bb4198da 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.11devel'
+VERSION = '2.7.12'
 
 def options(opt):
     opt.load('compiler_cxx')