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

index 3cc95f69af54d7ea6480e874cff460208382859a..1c8fc930be0ae00ed58216263da8e0c8ebac9d7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-21  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.34 released.
+
 2014-06-21  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.69.33 released.
index 3a10749c26cb647690f4c8f488b4614fc33f41c8..34067724ab8c08ef438635e66053b3af9f071d55 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.33-1) UNRELEASED; urgency=low
+dcpomatic (1.69.34-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -157,8 +157,9 @@ dcpomatic (1.69.33-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 21 Jun 2014 19:09:14 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 21 Jun 2014 22:26:15 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d35d03758b902e9a621efdbbd6d3c3084c7cc1d3..b513225fad7e694973bb477af52d7da3b9fbf6fd 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.33devel'
+VERSION = '1.69.34'
 
 def options(opt):
     opt.load('compiler_cxx')