Bump version v2.6.39
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Mar 2016 00:34:16 +0000 (00:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Mar 2016 00:34:16 +0000 (00:34 +0000)
ChangeLog
debian/changelog
wscript

index 5cabeb5d4129e4b3f364715213814b8ff030bfce..5fa276735942e64e87ef861e5b4e6518aa8c41f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-08  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.39 released.
+
 2016-03-08  Carl Hetherington  <cth@carlh.net>
 
        * Updated ua_UK and ru_RU translations from Igor Voytovich.
index c60a7cd4af151947d1ba7385598913fd3c695434..2eaf57e1ad3395b3b65f3ef4b315ea6c8f5f6a01 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.38-1) UNRELEASED; urgency=low
+dcpomatic (2.6.39-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -395,8 +395,9 @@ dcpomatic (2.6.38-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 07 Mar 2016 22:54:15 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 08 Mar 2016 00:34:15 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 0f78d60004919586ee13e9cb80388fa37a3c9c9b..fa2d0f8094f0286397497c8ecfafb32e7765db53 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.38devel'
+VERSION = '2.6.39'
 
 def options(opt):
     opt.load('compiler_cxx')