Bump version v2.6.22
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Feb 2016 10:50:13 +0000 (10:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Feb 2016 10:50:13 +0000 (10:50 +0000)
ChangeLog
debian/changelog
wscript

index 2e2d193acdd8b692a93dfd48c7737701b5b23c93..a0698e8b1ad1dbf568d0dea2c43a9d685cedbf21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.22 released.
+
 2016-02-16  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.6.21 released.
index 61b6d853b4dd40adcd274c78cb282b050ae92bf1..16cde887b490d66b9a6ae215a1621b8f746dd590 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.21-1) UNRELEASED; urgency=low
+dcpomatic (2.6.22-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -378,8 +378,9 @@ dcpomatic (2.6.21-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 16 Feb 2016 00:26:29 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 16 Feb 2016 10:50:13 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d83a381a3a9d72d9ca1aa006e3249b1a10acf2f1..ca66610a110064597c8cb377ee7a09479d3e042f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.21devel'
+VERSION = '2.6.22'
 
 def options(opt):
     opt.load('compiler_cxx')