Bump version v2.6.15
authorCarl Hetherington <cth@carlh.net>
Sun, 10 Jan 2016 02:34:51 +0000 (02:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 10 Jan 2016 02:34:51 +0000 (02:34 +0000)
ChangeLog
debian/changelog
wscript

index 60a4ee180f7062cd5e6639626e1e49b5ec8afa57..e4877b5adb06cee92736922591581138d50b148d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.15 released.
+
 2016-01-09  Carl Hetherington  <cth@carlh.net>
 
        * Fix file-not-found errors with dcpomatic_create on Windows
index 1de4c648c1c65ec88017abdb9d4f3baa7c96d9ca..910c2d09f4ca6bc94142cb155673c6194de130f5 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.14-1) UNRELEASED; urgency=low
+dcpomatic (2.6.15-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -371,8 +371,9 @@ dcpomatic (2.6.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 07 Jan 2016 21:00:38 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 10 Jan 2016 02:34:50 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 5f5942d117d43f2c92959f538a8fc1d1dbb42931..57219067d41720f052a24044ad44ab9024e658dd 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.14devel'
+VERSION = '2.6.15'
 
 def options(opt):
     opt.load('compiler_cxx')