Bump version v2.7.8
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Mar 2016 12:26:21 +0000 (12:26 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Mar 2016 12:26:21 +0000 (12:26 +0000)
ChangeLog
debian/changelog
wscript

index 10f7ca672fd49ac1c691a59b72c829c3dfe8d09a..13503778d82b09bdfb84eb94241c428f580b5808 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.8 released.
+
 2016-03-21  Carl Hetherington  <cth@carlh.net
 
        * Updated nl_NL translation from Rob van Nieuwkerk.
index 46b8b37f21f407ba1b7df3c2f5ba255127f7d578..255da3cc33173bb758a925309223c0a0f901822c 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.7-1) UNRELEASED; urgency=low
+dcpomatic (2.7.8-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -403,8 +403,9 @@ dcpomatic (2.7.7-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sun, 20 Mar 2016 17:39:05 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 22 Mar 2016 12:26:21 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 02429c56c81f852d24d2ce01d70796a108df777c..f152f0565ba803dd4ac719b0244538ab642a0450 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.7devel'
+VERSION = '2.7.8'
 
 def options(opt):
     opt.load('compiler_cxx')