Bump version v2.6.12
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2016 00:53:46 +0000 (00:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2016 00:53:46 +0000 (00:53 +0000)
ChangeLog
debian/changelog
wscript

index 9c9dc9842bf775c929fe10103f635659e6c1b6b3..5dd493a4611a9a2186b51744bf985b94d83c1662 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.12 released.
+
 2016-01-06  Carl Hetherington  <cth@carlh.net>
 
        * Updated ru_RU translation from Igor Voytovich.
index 36465e85b135019859c3225d47b00042b1033795..670064b6bd2fd754c8b8f28b1cd3867b30e6061d 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.11-1) UNRELEASED; urgency=low
+dcpomatic (2.6.12-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -368,8 +368,9 @@ dcpomatic (2.6.11-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 06 Jan 2016 11:07:10 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 07 Jan 2016 00:53:45 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index a2eacdfa1566819338bd18df934e72a94bd6924e..c57754290b9429dcb855b91aeddb9640da641f92 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.11devel'
+VERSION = '2.6.12'
 
 def options(opt):
     opt.load('compiler_cxx')