Bump version v2.4.5
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 23:56:20 +0000 (00:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 23:56:20 +0000 (00:56 +0100)
ChangeLog
debian/changelog
wscript

index b511d1d10f893aeb309eacd2b08b7cac2501c623..11a806ec8f0cd3575604d33efa7868b394d3ed8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.5 released.
+
 2015-10-07  Carl Hetherington  <cth@carlh.net>
 
        * Fix job description layout on OS X.
index 6023845f6516350185405510f09e1c720dfac2ea..4a3fd871e5c13c54abd8f3b67335dd437cae9a59 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.4-1) UNRELEASED; urgency=low
+dcpomatic (2.4.5-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -326,8 +326,9 @@ dcpomatic (2.4.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 06 Oct 2015 20:50:28 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 07 Oct 2015 00:56:19 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index ccd2eb1ae10356866cbf8bde2c20393ad28d0925..cccc8ed6f06861bccaa7c22268bcbeab2cc453a2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.4devel'
+VERSION = '2.4.5'
 
 def options(opt):
     opt.load('compiler_cxx')