Bump version v2.1.12
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Jun 2015 22:46:44 +0000 (23:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Jun 2015 22:46:44 +0000 (23:46 +0100)
ChangeLog
debian/changelog
wscript

index c0b3d05834c4e6f815742c2630ca74eba5a89461..bcbcd9b1355c3e56420a3d25173f013e2637000a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.12 released.
+
 2015-06-25  c.hetherington  <cth@carlh.net>
 
        * Disallow impossible burn settings by manipulating
index 7bdab34294dd241563423c641d3df570deb839f9..d5b66a9fd86fb857ae62ca04c251df0245f9af55 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.11-1) UNRELEASED; urgency=low
+dcpomatic (2.1.12-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -242,8 +242,9 @@ dcpomatic (2.1.11-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 26 Jun 2015 22:17:40 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 29 Jun 2015 23:46:44 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d10f7782ef639e0776c226b94bfbfecf8380879c..e7ccb88d1b165d21517a6e40e6107f653ecd8969 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.11devel'
+VERSION = '2.1.12'
 
 def options(opt):
     opt.load('compiler_cxx')