Bump version v2.4.4
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 19:50:29 +0000 (20:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 19:50:29 +0000 (20:50 +0100)
ChangeLog
debian/changelog
wscript

index 53cca5e34a6878335706ff0d09f906670db2e349..29daf40547be3384b21561883c7bf223a4655d29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.4 released.
+
 2015-10-06  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.4.3 released.
index eba712d9c8f4104650ccc06e5b9878d0ae9dc00a..6023845f6516350185405510f09e1c720dfac2ea 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.3-1) UNRELEASED; urgency=low
+dcpomatic (2.4.4-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -325,8 +325,9 @@ dcpomatic (2.4.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 06 Oct 2015 16:51:29 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 06 Oct 2015 20:50:28 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 9a6a754e703de40f7ad529686414c9f884878e4b..2745b683d405344f76cf7628d8fb21d0228c4f6f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.3devel'
+VERSION = '2.4.4'
 
 def options(opt):
     opt.load('compiler_cxx')