summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-22 21:49:09 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-22 21:49:09 +0100
commit1ae62667389cc75c849ac9f478486831d64353fd (patch)
tree90d9bfa5df6ae887c912213dcdd303cdd5deab6e
parent79a871ea740509ff2fa540ca715375e0ba1c4ad9 (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 cd348ca76..e9c2f7166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-06-22 Carl Hetherington <cth@carlh.net>
+ * Version 1.69.35 released.
+
+2014-06-22 Carl Hetherington <cth@carlh.net>
+
* Fix large memory leak with image sources.
2014-06-21 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 34067724a..0470cab2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.69.34-1) UNRELEASED; urgency=low
+dcpomatic (1.69.35-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -158,8 +158,9 @@ dcpomatic (1.69.34-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Sat, 21 Jun 2014 22:26:15 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Sun, 22 Jun 2014 21:49:09 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 2704ec2e3..adc4fa9b3 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.34devel'
+VERSION = '1.69.35'
def options(opt):
opt.load('compiler_cxx')