summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-09 16:03:14 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-09 16:03:14 +0100
commite6ac4f3707639da8efefdc3df93db95fe2ef002e (patch)
treedabab9c8b275b360c436b8ca33ad7e5466e90c48
parent695c3dfcf2f636c3db694c4ab6fb000bb4665b26 (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 52b27fb37..91e94ca2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-10-09 Carl Hetherington <cth@carlh.net>
+ * Version 1.09 released.
+
+2013-10-09 Carl Hetherington <cth@carlh.net>
+
* Bump libdcp version to pull in speculative fix
for AuthorizedDeviceList thumbprints in KDMs.
diff --git a/debian/changelog b/debian/changelog
index 107e1211f..2fbc6fe51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.08-1) UNRELEASED; urgency=low
+dcpomatic (1.09-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -12,8 +12,9 @@ dcpomatic (1.08-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Oct 2013 14:18:12 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Oct 2013 16:03:13 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 4d7e4be88..291d67154 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.09pre'
+VERSION = '1.09'
def options(opt):
opt.load('compiler_cxx')