Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 20 Jun 2014 23:43:44 +0000 (00:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Jun 2014 23:43:44 +0000 (00:43 +0100)
ChangeLog
debian/changelog
wscript

index b088c7b4c5b259f36798e4a0d8d35bae62b39623..624923c55ff15452b3da79e41d4f3d00a93aee94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-21  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.31 released.
+
 2014-06-20  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.69.30 released.
index 5bdbcbb0047fab494570d420bdd36b2be56704d5..ce33f5681a9d74672579d9a917ee2a6717b33cef 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.30-1) UNRELEASED; urgency=low
+dcpomatic (1.69.31-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -154,8 +154,9 @@ dcpomatic (1.69.30-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 20 Jun 2014 11:12:54 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 21 Jun 2014 00:43:44 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index bf861df8396e172781dfd1c1797fb46ad55365f4..9bf53858d8a905561d43576556a1147677008682 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.30devel'
+VERSION = '1.69.31'
 
 def options(opt):
     opt.load('compiler_cxx')