Bump version v2.6.20
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Feb 2016 23:12:28 +0000 (23:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Feb 2016 23:12:28 +0000 (23:12 +0000)
ChangeLog
debian/changelog
wscript

index 27fd23e3a43022b9ad8673bb349a77ac77aedc41..368935f2d7676ae58ac162239e0c4d0427ac89a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.20 released.
+
 2016-02-09  Carl Hetherington  <cth@carlh.net>
 
        * Updated es_ES translation from Manuel AC.
index ad8c54f4d3cf1b7a04f9faaaf538eff00f818cb6..6278008425f4928d779491efb67e6768872d5658 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.19-1) UNRELEASED; urgency=low
+dcpomatic (2.6.20-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -376,8 +376,9 @@ dcpomatic (2.6.19-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 08 Feb 2016 19:29:52 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 09 Feb 2016 23:12:27 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 0536dee267b0d785239d5b4c5a7574a1475ff61b..0308c0d235e4f03670a761c55b777cfaf6d75975 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.19devel'
+VERSION = '2.6.20'
 
 def options(opt):
     opt.load('compiler_cxx')