Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 9 Jun 2014 22:59:03 +0000 (23:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Jun 2014 22:59:03 +0000 (23:59 +0100)
ChangeLog
debian/changelog
wscript

index c03d54e9aaf68e31ca6bbe8755b6432295a79667..942fc99a47df9f127959c5bea9e7054da91eb3ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.25 released.
+
 2014-06-09  Carl Hetherington  <cth@carlh.net>
 
        * Make audio gain a floating-point value in the UI (#367).
index 7cd4a23792a3d58e40d7b149aecda5b17d1f9be5..bba63b12ef7c197688a9cd46bd21389e21e5d111 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.24-1) UNRELEASED; urgency=low
+dcpomatic (1.69.25-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -148,8 +148,9 @@ dcpomatic (1.69.24-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 09 Jun 2014 00:43:08 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 09 Jun 2014 23:59:02 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index ba48a41dbc0de581ad3f98670f45cb80cc47c28b..6f73bc81e6e86adda8205fdad8b78677988cb2fb 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.24devel'
+VERSION = '1.69.25'
 
 def options(opt):
     opt.load('compiler_cxx')