Bump version v2.9.18
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Aug 2016 00:39:25 +0000 (01:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Aug 2016 00:39:25 +0000 (01:39 +0100)
ChangeLog
debian/changelog
wscript

index 28e0c425710bb95eeaa2aba3230f66898d1f5dbd..e3a6bf583f1493c87698e8700a3495cc9182f322 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.18 released.
+
 2016-08-28  Carl Hetherington  <cth@carlh.net>
 
        * Updated nl_NL translation from Rob van Nieuwkerk.
index d213cfd30e44a7129bcf36aeb780a1bed8c7d011..fd7e51b03d879998baad8ff237c6accd5bf9d109 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.17-1) UNRELEASED; urgency=low
+dcpomatic (2.9.18-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -455,8 +455,9 @@ dcpomatic (2.9.17-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 26 Aug 2016 10:27:41 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 28 Aug 2016 01:39:25 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index b6adcc3956348b1944d3174a2a454bd7606ec959..35aac9873b829596986ffec95dde7e074ae624c7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.17devel'
+VERSION = '2.9.18'
 
 def options(opt):
     opt.load('compiler_cxx')