summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-20 14:51:24 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-20 14:51:24 +0000
commit0754885fcfa05eeff06966941945eb7f7228a0bc (patch)
tree3aa25c551f4ac8cc7724b12aec00223e2158c7b6
parent12a36d1964576feb2ff0b51f14267c359de97ded (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 393e67147..bf61112da 100644
--- 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
diff --git a/debian/changelog b/debian/changelog
index a69ecce23..28d0195f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 9f686f14e..cae348447 100644
--- 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')