Bump version v2.12.12
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Sep 2018 21:14:56 +0000 (22:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Sep 2018 21:14:56 +0000 (22:14 +0100)
ChangeLog
debian/changelog
wscript

index 29b6113f5c767a70a4ccad8bfb5029389d8b4aa2..14a9693102813788fc7c04bf117ce6043f660641 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-25  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.12.12 released.
+
 2018-09-16  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.12.11 released.
index 2d7d1a67b0c622507a4e1d4e4ce409054559a88b..920c61925d94d39a22648b93041c0be6356f9ded 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.12.11-1) UNRELEASED; urgency=low
+dcpomatic (2.12.12-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -583,8 +583,9 @@ dcpomatic (2.12.11-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Sun, 16 Sep 2018 16:25:19 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Tue, 25 Sep 2018 22:14:56 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index db9fa6456812d360e5eba998de3f47d4b4d982d5..824a34c9d2b13599c85935b14a49bc4479ef16ee 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.12.11devel'
+VERSION = '2.12.12'
 
 def options(opt):
     opt.load('compiler_cxx')