Bump version v2.7.2
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Mar 2016 23:28:01 +0000 (23:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Mar 2016 23:28:01 +0000 (23:28 +0000)
ChangeLog
debian/changelog
wscript

index e90e817539761c07798191f4af3cfc1de568c5fb..6ae906011194ad6d8fe7ccd188bea246af661cb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.2 released.
+
 2016-03-10  c.hetherington  <cth@carlh.net>
 
        * Updated it_IT translation from Fabio "Zak" Belli.
index 482b8961ea3ab01b4ccb376584df1aa55ba8f55f..cd94c025a23c3d580dcdc44a3a394eb3f07a48c7 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.0-1) UNRELEASED; urgency=low
+dcpomatic (2.7.2-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -397,8 +397,9 @@ dcpomatic (2.7.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 08 Mar 2016 10:28:21 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 10 Mar 2016 23:28:01 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index cc6656c378cd395f84e7e347c3c530a7ab0ce53b..527927b8073c1c020f99a50dedff2a7a31887963 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.1devel'
+VERSION = '2.7.2'
 
 def options(opt):
     opt.load('compiler_cxx')