summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-19 21:38:40 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-19 21:38:40 +0000
commite34feed9b45eecbb749a2c93621c1fdae720cf31 (patch)
tree87e14e9d6c613600a4d0486e0277165d808f4026
parent06cd4bb258389ff892f824eb50917ce0ba2f7e61 (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 aa8a63a44..d94bb7531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-01-19 Carl Hetherington <cth@carlh.net>
+ * Version 1.63.4 released.
+
+2014-01-19 Carl Hetherington <cth@carlh.net>
+
* Updated sv_SE translation from Adam Klotblixt.
2014-01-15 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index a9021e836..d57397fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.63.3-1) UNRELEASED; urgency=low
+dcpomatic (1.63.4-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -75,8 +75,9 @@ dcpomatic (1.63.3-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Wed, 15 Jan 2014 09:56:52 +0000
+ -- Carl Hetherington <carl@d1stkfactory> Sun, 19 Jan 2014 21:38:40 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 7a0f58cbe..b1424cf33 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.63.3devel'
+VERSION = '1.63.4'
def options(opt):
opt.load('compiler_cxx')