Bump version v2.9.3
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2016 22:30:58 +0000 (23:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2016 22:30:58 +0000 (23:30 +0100)
ChangeLog
debian/changelog
wscript

index 2e05ac7f05319b99326bbab1fe6edd11debc07ff..4c4f19db9824fad9511d0359cbb555b1e2d9462a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.3 released.
+
 2016-07-14  Carl Hetherington  <cth@carlh.net>
 
        * Use default configuration if the config.xml failed to load;
index e396ce23f0071591b8c6ddbada5a5a0367bc4a4b..b7a76e14b570e0ce8ca818bfccaa84dc3168b354 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.2-1) UNRELEASED; urgency=low
+dcpomatic (2.9.3-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -440,8 +440,9 @@ dcpomatic (2.9.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 12 Jul 2016 23:47:34 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 14 Jul 2016 23:30:58 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2a133f73481c5190cf9c5dfd0a6245779f2b1909..7feb97cf1c1d9384adc30d61fae2def5f33fd2d3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.2devel'
+VERSION = '2.9.3'
 
 def options(opt):
     opt.load('compiler_cxx')