Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 14:39:29 +0000 (15:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 14:39:29 +0000 (15:39 +0100)
ChangeLog
wscript

index 12fb66c7dd4ecd0ae83aae70ae1fa6d258b4cd29..401be6c2a666822ef1ba9cec07f2d4e71ea74f43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.37 released.
+
 2012-07-28  Carl Hetherington  <cth@carlh.net>
 
        * Fix missed frames when encoding caused by server
diff --git a/wscript b/wscript
index e5ccf499fc9b5f63acb590e36681f5e46a11d84b..922dff4b1eb7b7fbfb844555d90a3e97355bba7f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.37pre'
+VERSION = '0.37'
 
 def options(opt):
     opt.load('compiler_cxx')