Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 16 May 2014 10:45:04 +0000 (11:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 May 2014 10:45:04 +0000 (11:45 +0100)
ChangeLog
debian/changelog
wscript

index 38d2911452c2742314017ce47ee3400864804a5c..807130428281c596b6e42fe0175bc87d36332e9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.8 released.
+
 2014-05-16  Carl Hetherington  <cth@carlh.net>
 
        * Fix various confusions in translations of abbreviated
index 8a02510f68308acf108ca989e9cc92d20cc5a70a..eb01ffe49ae4603375951ef90844a4a86b445c97 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.7-1) UNRELEASED; urgency=low
+dcpomatic (1.69.8-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -131,8 +131,9 @@ dcpomatic (1.69.7-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 14 May 2014 22:53:59 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 16 May 2014 11:45:03 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e326b40e4fb97e9e0e7959d770177bbf78cdf982..656c03849cbcdbbd2682d947314ca9203684c597 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.7devel'
+VERSION = '1.69.8'
 
 def options(opt):
     opt.load('compiler_cxx')