Bump version v2.7.6
authorCarl Hetherington <cth@carlh.net>
Fri, 18 Mar 2016 13:14:24 +0000 (13:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 18 Mar 2016 13:14:24 +0000 (13:14 +0000)
ChangeLog
debian/changelog
wscript

index 1ebb395df7f82b53cc584baa7f00aec64b0d0910..4e5be68126e014634e456a559e823eb40984b5c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.6 released.
+
 2016-03-18  c.hetherington  <cth@carlh.net>
 
        * Add first part of pt_BR translation from Thiago Andre.
index 03bb50184f7b7c796d6f37cf7452a36359ab3fcb..2dc047160e35a73b04485c3a245ec81d990ae165 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.5-1) UNRELEASED; urgency=low
+dcpomatic (2.7.6-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -401,8 +401,9 @@ dcpomatic (2.7.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 16 Mar 2016 10:26:44 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 18 Mar 2016 13:14:24 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 46506acff7798c064c9fb6acde5547e2ed9f54e7..88e971806699953f766295ec2f321f21557a1036 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.5devel'
+VERSION = '2.7.6'
 
 def options(opt):
     opt.load('compiler_cxx')