summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--wscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12fb66c7d..401be6c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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
threads that are attempting to access non-responding
servers.
diff --git a/wscript b/wscript
index e5ccf499f..922dff4b1 100644
--- 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')