Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 9 Oct 2013 15:03:14 +0000 (16:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Oct 2013 15:03:14 +0000 (16:03 +0100)
ChangeLog
debian/changelog
wscript

index 52b27fb37adf996e863c64c8a606b2ec838790c9..91e94ca2b1bad3255111b36a152fc9c88a622f26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 107e1211f329ab8e3f11ca5150117335c45f9ccc..2fbc6fe51d4c763a48b9a8d088ed14fd32312d55 100644 (file)
@@ -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 4d7e4be8876c0b984e249f5b2c7c9764eac82499..291d6715493cc923f1ffa396c1461c98e30b1113 100644 (file)
--- 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')