summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 19:47:36 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 19:47:36 +0100
commit82387e3a7938660b8d4456722a5cd715a9135847 (patch)
tree80d0cce4a3dbd2a6d166a6b6e383fc2a12ce1023
parentedf4af070a9ffa0a13f9078f5509c1e64121564a (diff)
Bump versionv2.1.48
-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 d10b06c24..aa567f06b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-08-31 Carl Hetherington <cth@carlh.net>
+ * Version 2.1.48 released.
+
+2015-08-31 Carl Hetherington <cth@carlh.net>
+
* Stop very long searches for subtitles where
there are none.
diff --git a/debian/changelog b/debian/changelog
index ae70ceaef..e204ac1b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.1.47-1) UNRELEASED; urgency=low
+dcpomatic (2.1.48-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -278,8 +278,9 @@ dcpomatic (2.1.47-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Fri, 28 Aug 2015 14:01:28 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Mon, 31 Aug 2015 19:47:35 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 9c79dd698..2d55bf899 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.47devel'
+VERSION = '2.1.48'
def options(opt):
opt.load('compiler_cxx')