Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 14:51:24 +0000 (14:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 14:51:24 +0000 (14:51 +0000)
ChangeLog
debian/changelog
wscript

index 393e671476cebe2b70cc4e18e4fd2f32ed7a1c30..bf61112dab8c41694e88c0b7d25d0b65bc7f60c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.0.35 released.
+
 2015-01-20  c.hetherington  <cth@carlh.net>
 
        * More informative error when failing to decode
index a69ecce23dde28151aab2c318bff9e458e3a4c10..28d0195f76e2b5b3d160980866f66f3ca76bd527 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.0.34-1) UNRELEASED; urgency=low
+dcpomatic (2.0.35-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -213,8 +213,9 @@ dcpomatic (2.0.34-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 15 Jan 2015 16:49:22 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 20 Jan 2015 14:51:23 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 9f686f14e5ef715d1eb24fe6a3393f9644384a66..cae348447579850e0261f9a6250ced9e763e8c95 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.34devel'
+VERSION = '2.0.35'
 
 def options(opt):
     opt.load('compiler_cxx')