Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Sep 2014 23:17:47 +0000 (00:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Sep 2014 23:17:47 +0000 (00:17 +0100)
ChangeLog
debian/changelog
wscript

index 33cb4900386026f0bdaed7e47e73e3d0890c1a69..183339f61c1b83ecbc57ae5ffb8d42dc0fa66502 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-12  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.0.9 released.
+
 2014-09-12  Carl Hetherington  <cth@carlh.net>
 
        * Add "re-examine" option to content context menu (#339).
index cb8c44575928b2a9476bcde61282e28fdbf289cf..8dc45469bb6e0408514087fce7bfc1ea067ce6d0 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.0.8-1) UNRELEASED; urgency=low
+dcpomatic (2.0.9-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -178,8 +178,9 @@ dcpomatic (2.0.8-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 10 Sep 2014 09:45:31 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 12 Sep 2014 00:17:46 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 786b578231e1676fca450da7de80ec07855bb9f1..15416a0eb0ae3a1594f7f2a43e3972805d67c7e5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.8devel'
+VERSION = '2.0.9'
 
 def options(opt):
     opt.load('compiler_cxx')