Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 15:48:12 +0000 (16:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 15:48:12 +0000 (16:48 +0100)
ChangeLog
debian/changelog
wscript

index 99192f4ccdcf0d04a84266c2bf1ac194b24550c5..dc6f7cafb8f2d8cc178e48a8cfa9ca123dbb7b36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.75.1 released.
+
 2014-10-16  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.75.0 released.
index 57f506c3c6b4c8901e7e7ba75b6b11e7cdd7012b..43e14527db4a77f895febcf9753732ef1fff1dc4 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.75.0-1) UNRELEASED; urgency=low
+dcpomatic (1.75.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -190,8 +190,9 @@ dcpomatic (1.75.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 16 Oct 2014 16:40:17 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 16 Oct 2014 16:48:12 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 80c385c75dfc3d228fe35fae9a588189c221ab09..183f57bedce2386af22137e274308346bd61f499 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.75.0devel'
+VERSION = '1.75.1'
 
 def options(opt):
     opt.load('compiler_cxx')