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

index fc70460d220db3613f1fd0e7b5de357f2ed6cb40..3cc95f69af54d7ea6480e874cff460208382859a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-21  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.33 released.
+
 2014-06-21  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.69.32 released.
index fdf912c83b95acb2acec5ce57c29c5cfaba7494a..3a10749c26cb647690f4c8f488b4614fc33f41c8 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.32-1) UNRELEASED; urgency=low
+dcpomatic (1.69.33-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -156,8 +156,9 @@ dcpomatic (1.69.32-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 21 Jun 2014 14:59:59 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 21 Jun 2014 19:09:14 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 78bcf677622afce8a13347be86b044a8c690f2dd..476aaf763a6e761ac89ecac6c273057e009f3b95 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.32devel'
+VERSION = '1.69.33'
 
 def options(opt):
     opt.load('compiler_cxx')