Bump version v2.4.6
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 16:18:35 +0000 (17:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 16:18:35 +0000 (17:18 +0100)
ChangeLog
debian/changelog
wscript

index a37851a1063fd00392622f2c53da7e22e34cbb95..642c58149f8a8c772593422d225eacf6963f54bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.6 released.
+
 2015-10-09  c.hetherington  <cth@carlh.net>
 
        * Create certificate chains with nicer default
index 4a3fd871e5c13c54abd8f3b67335dd437cae9a59..99471090a2ed009770280c952978591a1e596d5c 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.5-1) UNRELEASED; urgency=low
+dcpomatic (2.4.6-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -327,8 +327,9 @@ dcpomatic (2.4.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 07 Oct 2015 00:56:19 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 09 Oct 2015 17:18:35 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e07a915c7ed139011933b206dd7ddd1d7c8ea669..4910232837d26533dc0d0df3984f799f906f2fac 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.5devel'
+VERSION = '2.4.6'
 
 def options(opt):
     opt.load('compiler_cxx')