summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-23 01:59:16 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-23 01:59:16 +0000
commit0963bbe1c1cb735dc817ee73a101786f69916f6b (patch)
treeead9c73bf14b5cd6fd43f50c6ee89254dd6f0645
parent692e67b9dc1e8cd72546b3766e8f38956932ee58 (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 6cd71b30f..4af15e597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-12-23 Carl Hetherington <cth@carlh.net>
+ * Version 1.47 released.
+
+2013-12-23 Carl Hetherington <cth@carlh.net>
+
* Add $START_TIME and $END_TIME as variables for the KDM email.
* Add top/bottom option for 3D frames.
diff --git a/debian/changelog b/debian/changelog
index df60e23f5..220229014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.46-1) UNRELEASED; urgency=low
+dcpomatic (1.47-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -50,8 +50,9 @@ dcpomatic (1.46-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Fri, 20 Dec 2013 20:53:40 +0000
+ -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 01:59:16 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 212f1d5c6..7a41c3dd5 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.47pre'
+VERSION = '1.47'
def options(opt):
opt.load('compiler_cxx')