Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 26 Jun 2014 18:30:39 +0000 (19:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 Jun 2014 18:30:39 +0000 (19:30 +0100)
ChangeLog
debian/changelog
wscript

index bcf3cdb79a42bf964c663b6ea308aee417375669..14032c101b52cf8100d6c00289940a29fe8d9aa1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-26  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.70.1 released.
+
 2014-06-26  Carl Hetherington  <cth@carlh.net>
 
        * Support different KDM formulations.
index 7d30201caf215c5a702354bc5367ed88f3e6629a..7a38ec535fbcd49f43f487d721a886bbc7b91c6f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.70.0-1) UNRELEASED; urgency=low
+dcpomatic (1.70.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -162,8 +162,9 @@ dcpomatic (1.70.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 26 Jun 2014 10:26:32 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 26 Jun 2014 19:30:39 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 866b230c56c825d02a5392dc8675f1c894b007dc..44bc44669addddced1c1056cc3d8f21c00e7466b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.70.0devel'
+VERSION = '1.70.1'
 
 def options(opt):
     opt.load('compiler_cxx')