Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 16:34:09 +0000 (16:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 16:34:09 +0000 (16:34 +0000)
ChangeLog
wscript

index 9e869be627ff13de198395c9bd1be37a4c85453a..c4b80737dae72be56c016cde329d4af6163a7505 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.59beta2 released.
+
 2012-12-09  Carl Hetherington  <cth@carlh.net>
 
        * Build against libdcp compiled with -O2 instead
diff --git a/wscript b/wscript
index 6df36d7ead8b68e4317a796eefc8218e17e2a056..bf48af773dfcb1ffa629f272e2a8cce8ff2c357d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.59beta1'
+VERSION = '0.59beta2'
 
 def options(opt):
     opt.load('compiler_cxx')