Bump version v2.6.6
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 13:58:03 +0000 (13:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 13:58:03 +0000 (13:58 +0000)
ChangeLog
debian/changelog
wscript

index 561c2bd68dc52b9d6358b4fc196717bafd9552f6..efdb05520e3dd3b3a8e9f6f6295986bd7a938166 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-11  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.6 released.
+
 2015-12-06  Carl Hetherington  <cth@carlh.net>
 
        * Add menu option to send a project to the
index a54c4cf053f1aaea2c81687841e41543dfe3b303..fde158c86a50f835c64891808d808f43eddac8fd 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.5-1) UNRELEASED; urgency=low
+dcpomatic (2.6.6-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -362,8 +362,9 @@ dcpomatic (2.6.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 09 Dec 2015 16:43:53 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 11 Dec 2015 13:58:02 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 725257b66b06e7c44b7088f8a9512bad71839da0..c85d6aa9322bff147d297618a342cd6ad043a48a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.5devel'
+VERSION = '2.6.6'
 
 def options(opt):
     opt.load('compiler_cxx')