Bump version v2.7.13
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:55:10 +0000 (20:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:55:10 +0000 (20:55 +0100)
ChangeLog
debian/changelog
wscript

index 8a99ff0c79ba8e0da23447c799bad8352653f41e..1c2ce6c819a2755fb12a3784fda1f98014c9ee96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.13 released.
+
 2016-04-14  Carl Hetherington  <cth@carlh.net>
 
        * Updated de_DE translation from Carsten Kurz.
index acfe15b756c703fc9f4447027f50ec0d420463b9..296a3c99c3a6fe5192ac3e95cdea589a18ae4e59 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.12-1) UNRELEASED; urgency=low
+dcpomatic (2.7.13-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -408,8 +408,9 @@ dcpomatic (2.7.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 14 Apr 2016 20:14:17 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 14 Apr 2016 20:55:10 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index f62e9d79ab28807cb532a4937d946514ea3abbbc..c5dc707f9fb86bfdac4a3f791858f2a17ea622e0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.12devel'
+VERSION = '2.7.13'
 
 def options(opt):
     opt.load('compiler_cxx')