Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 16:49:22 +0000 (16:49 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 16:49:22 +0000 (16:49 +0000)
ChangeLog
debian/changelog
wscript

index 17ffca9660d65de381f1faaa5824cfd68188d12a..f205716b2c559c4a5add59187b6917ea3fb52a29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-15  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.0.34 released.
+
 2015-01-15  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.0.33 released.
index a0f55e2d12c33a6a572584d8db5606097f935534..a69ecce23dde28151aab2c318bff9e458e3a4c10 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.0.33-1) UNRELEASED; urgency=low
+dcpomatic (2.0.34-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -212,8 +212,9 @@ dcpomatic (2.0.33-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 15 Jan 2015 11:36:01 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 15 Jan 2015 16:49:22 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 06059fb411738ea2458e7ea9bca3f226066a2e21..52eac48e228c8f7086743085869372db499f4421 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.33devel'
+VERSION = '2.0.34'
 
 def options(opt):
     opt.load('compiler_cxx')