Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 24 May 2014 21:47:45 +0000 (22:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 24 May 2014 21:47:45 +0000 (22:47 +0100)
ChangeLog
debian/changelog
wscript

index ad14f7b07bf562adc10b4ae421a0d8b28b9498c7..2f7cb5e5ccd41d8a0b5df02d48232f0f639e1620 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-24  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.13 released.
+
 2014-05-24  Carl Hetherington  <cth@carlh.net>
 
        * Fix problems with log setup from config.
index 8d3c41b3d3647b01b93b9f78fd4a78dbb8cf4b20..a952243dccaa428dcc0aba23addc86751b0408b0 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.12-1) UNRELEASED; urgency=low
+dcpomatic (1.69.13-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -136,8 +136,9 @@ dcpomatic (1.69.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 23 May 2014 22:55:05 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 24 May 2014 22:47:45 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 1eb00034bc9e31a134a1e30fb3187de161ccd534..dd69049156a54838330c21d12f274c86a1e1864d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.12devel'
+VERSION = '1.69.13'
 
 def options(opt):
     opt.load('compiler_cxx')