Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Jul 2014 14:37:26 +0000 (15:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Jul 2014 14:37:26 +0000 (15:37 +0100)
ChangeLog
debian/changelog
wscript

index acf6b55a1ea2f2b4ac9161484b2127ab71644632..17c6699072b758cb5e83103ec427a2f6fecbe24f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.72.1 released.
+
 2014-07-08  Carl Hetherington  <cth@carlh.net>
 
        * Fix various problems with seek and content
index 69508cb1036f9a412dbefbc172bd687c6d64c705..09662e58b5b27ba453f855894c351f0d076f9919 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.72.0-1) UNRELEASED; urgency=low
+dcpomatic (1.72.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -165,8 +165,9 @@ dcpomatic (1.72.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 30 Jun 2014 10:43:16 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 10 Jul 2014 15:37:26 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 404782b3c5f066e1ee6631eae791bc2658f2a0c7..a35d6658c5072e9e63382be50273120071b2ba4c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.72.0devel'
+VERSION = '1.72.1'
 
 def options(opt):
     opt.load('compiler_cxx')