summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-28 00:20:53 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-28 00:20:53 +0100
commitbf778dc0f1effb290952692c251d33eb9731a8c6 (patch)
tree47d4123140439067ff8550ba4fc2c011f1ca203e
parent05283feaa04558cbab6466108b1052387e662201 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--wscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 703ab5c1e..9c89dd960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-28 Carl Hetherington <cth@carlh.net>
+
+ Version 0.32 released.
+
2012-07-27 Carl Hetherington <cth@carlh.net>
* Version 0.31 released.
diff --git a/wscript b/wscript
index 1aa43eee8..5f8ff9aae 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.32pre'
+VERSION = '0.32'
def options(opt):
opt.load('compiler_cxx')