summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-30 22:00:50 +0100
committerCarl Hetherington <cth@carlh.net>2014-03-30 22:00:50 +0100
commit2a669092bd6d8d09a183a5ce8fb43573c0faf7ab (patch)
tree3f76fbe83569a02b47835fe29e30905778ec78d0
parente4726e282a56477a662be0ff1f8f964ba9411fa7 (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 c2ad803b1..c8a9ddf8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-03-30 Carl Hetherington <cth@carlh.net>
+ * Version 1.66.9 released.
+
+2014-03-30 Carl Hetherington <cth@carlh.net>
+
* Version 1.66.8 released.
* nl_NL translation from Theo Kooijmans.
diff --git a/debian/changelog b/debian/changelog
index c4a291b54..4891fc0a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.66.8-1) UNRELEASED; urgency=low
+dcpomatic (1.66.9-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -112,8 +112,9 @@ dcpomatic (1.66.8-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Sun, 30 Mar 2014 20:08:52 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Sun, 30 Mar 2014 22:00:50 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 82cf7f568..9a91e896e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.8devel'
+VERSION = '1.66.9'
def options(opt):
opt.load('compiler_cxx')