Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 21 Jun 2014 13:59:59 +0000 (14:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 21 Jun 2014 13:59:59 +0000 (14:59 +0100)
ChangeLog
debian/changelog
wscript

index 624923c55ff15452b3da79e41d4f3d00a93aee94..fc70460d220db3613f1fd0e7b5de357f2ed6cb40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-21  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.32 released.
+
 2014-06-21  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.69.31 released.
index ce33f5681a9d74672579d9a917ee2a6717b33cef..fdf912c83b95acb2acec5ce57c29c5cfaba7494a 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.31-1) UNRELEASED; urgency=low
+dcpomatic (1.69.32-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -155,8 +155,9 @@ dcpomatic (1.69.31-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 21 Jun 2014 00:43:44 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 21 Jun 2014 14:59:59 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 8babe333a62202e9bebd2627f6180e9a4f182f16..f59af5858a31b5b5dafe6f830789e65769d10093 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.31devel'
+VERSION = '1.69.32'
 
 def options(opt):
     opt.load('compiler_cxx')