summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-11 18:37:55 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-11 18:37:55 +0100
commitd9fda4b3f5e2cee88b4c2a26d5188e85b601f719 (patch)
tree5a6465a9974fdbd87201166ddbaa897f8982f2ee
parent27bd2c44278ccf181b11ba961649a3e9b3ae03af (diff)
Bump versionv2.4.9
-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 9d957bf15..afaaf5800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-10-11 Carl Hetherington <cth@carlh.net>
+ * Version 2.4.9 released.
+
+2015-10-11 Carl Hetherington <cth@carlh.net>
+
* Provide progress indication when finding
subtitles (#711).
diff --git a/debian/changelog b/debian/changelog
index 62ee8ef59..079034545 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.4.8-1) UNRELEASED; urgency=low
+dcpomatic (2.4.9-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -330,8 +330,9 @@ dcpomatic (2.4.8-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Sat, 10 Oct 2015 18:59:39 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Sun, 11 Oct 2015 18:37:55 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 8ee38ea4e..5c47f5b91 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.4.8devel'
+VERSION = '2.4.9'
def options(opt):
opt.load('compiler_cxx')