Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Mar 2014 22:29:47 +0000 (22:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Mar 2014 22:29:47 +0000 (22:29 +0000)
ChangeLog
debian/changelog
wscript

index 5ce1b0eb8085fc088552dcec3a7c9e6118fa15f9..5266a0ad255a95804a2ee8c906e037276353e0d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.65.2 released.
+
 2014-03-09  Carl Hetherington  <cth@carlh.net>
 
        * Restore old behaviour of "no-stretch" mode with crop.
index 2290bd776c8d29c6fda4292a7f60346a4b93387e..c527b50fe3115a9bbe34b2d7d587793cd669cec8 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.65.1-1) UNRELEASED; urgency=low
+dcpomatic (1.65.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -102,8 +102,9 @@ dcpomatic (1.65.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 08 Mar 2014 19:10:49 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 09 Mar 2014 22:29:47 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 18a24ee54e037ccae4279bf9005d788d78794df2..fe487ff95e9a6ab328fe7c3bb1f258ac676152d4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.65.1devel'
+VERSION = '1.65.2'
 
 def options(opt):
     opt.load('compiler_cxx')