Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Oct 2013 12:36:59 +0000 (13:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Oct 2013 12:36:59 +0000 (13:36 +0100)
ChangeLog
debian/changelog
wscript

index f01236c26e685f8b9064179b89dd3db580671a73..5a5a298b460b1b43cb91d3de115da34232aa5ef4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-12  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.13 released.
+
 2013-10-12  Carl Hetherington  <cth@carlh.net>
 
        * Fix linux static build.
index bab1ed3109fa5dd596937bbfb64d94eda1a5274e..5e5fdb468a7d7881aa205dc485d07833574987b1 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.12-1) UNRELEASED; urgency=low
+dcpomatic (1.13-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -16,8 +16,9 @@ dcpomatic (1.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 11 Oct 2013 19:31:53 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 12 Oct 2013 13:36:59 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d70d3dfb0a5440f3155aab85cb053fe5da24ea93..f50d11254f63ca7d7e857c64a2947013ec5ac2f6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.13pre'
+VERSION = '1.13'
 
 def options(opt):
     opt.load('compiler_cxx')