Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 12 Nov 2013 21:46:46 +0000 (21:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 12 Nov 2013 21:46:46 +0000 (21:46 +0000)
ChangeLog
debian/changelog
wscript

index 63d2c597e225c57e869a7fa374513fbc6639ee21..6725d35b07fb0b6c6edd5638a7427e60139c8a65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-12  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.29 released.
+
 2013-11-12  Carl Hetherington  <cth@carlh.net>
 
        * Fix bad_alloc exception on audio analysis (and
index 323ff8d1de994bc1ae8b6ded45cfa43d7f85b46f..837679a301047f26cdfb97bfffda29181279ccc4 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.28-1) UNRELEASED; urgency=low
+dcpomatic (1.29-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -32,8 +32,9 @@ dcpomatic (1.28-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 11 Nov 2013 21:44:42 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 12 Nov 2013 21:46:46 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 604894457ff105c4ff8637d08b29341a9a00fd3d..0ae8896a608acffa97e177217ec382dc63fd6d9f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.29pre'
+VERSION = '1.29'
 
 def options(opt):
     opt.load('compiler_cxx')