Bump version v2.2.0
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 09:17:50 +0000 (10:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 09:17:50 +0000 (10:17 +0100)
ChangeLog
debian/changelog
wscript

index 4322771348b90315eddbf7bd3aac1c6621e62c4a..26df71b7b0699511ce1857e52f92e4dd96874626 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.2.0 released.
+
 2015-09-14  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.1.65 released.
index a8f1400a744ca0cdc99afb83c02170aa8d10e67c..fb57977c488656c32aab01bad33a77f2ef6c1d54 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.65-1) UNRELEASED; urgency=low
+dcpomatic (2.2.0-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -305,8 +305,9 @@ dcpomatic (2.1.65-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 14 Sep 2015 09:13:56 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 14 Sep 2015 10:17:50 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d2fd86ae639a8e3ab0bafe6106233f412b443dd7..cd9d15d7e8fce7b753cd997a04354d59205baf82 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.65devel'
+VERSION = '2.2.0'
 
 def options(opt):
     opt.load('compiler_cxx')