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

index dc6f7cafb8f2d8cc178e48a8cfa9ca123dbb7b36..e8972aa2c87186369e067a110d0e93262606d0c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.75.2 released.
+
 2014-10-16  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.75.1 released.
index 43e14527db4a77f895febcf9753732ef1fff1dc4..6a86870a9dd25f40f28b4aba912a5916c5ba4a18 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.75.1-1) UNRELEASED; urgency=low
+dcpomatic (1.75.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -191,8 +191,9 @@ dcpomatic (1.75.1-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:48:12 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 16 Oct 2014 18:57:29 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index eb80b9efc3e24a44376d9bd29ca5c0f085f68c0a..875e39e0be59bc319d7ca09eb7eb7a4498024f8b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.75.1devel'
+VERSION = '1.75.2'
 
 def options(opt):
     opt.load('compiler_cxx')