Bump version v2.6.13
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2016 14:32:42 +0000 (14:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2016 14:32:42 +0000 (14:32 +0000)
ChangeLog
debian/changelog
wscript

index 5dd493a4611a9a2186b51744bf985b94d83c1662..0bd19e90638211acc774d22c4a6d9ee9a77b6236 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.13 released.
+
 2016-01-07  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.6.12 released.
index 670064b6bd2fd754c8b8f28b1cd3867b30e6061d..4a0a797d5528dd1f0be1e9fc36f4cbc1dbfaa6af 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.12-1) UNRELEASED; urgency=low
+dcpomatic (2.6.13-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -369,8 +369,9 @@ dcpomatic (2.6.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 07 Jan 2016 00:53:45 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 07 Jan 2016 14:32:42 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 1717374def3c2fd190eafc8993a3ea6fb740cec5..371e15d60cf4539ae81ac7bafa12b8b38474412a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.12devel'
+VERSION = '2.6.13'
 
 def options(opt):
     opt.load('compiler_cxx')