summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-28 00:31:26 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-28 00:31:26 +0100
commit349412cdb3ac555dad53de05fd53cffa7fd1146b (patch)
treed3e37e1adc8137f5bfa2c67ea8006626cad56400
parent0bbe6e2dbf0cfbdf7bc063f052c7494a8f16637f (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 256f00dba..3c2bf3f44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-07-28 Carl Hetherington <cth@carlh.net>
+ Version 0.34 released.
+
+2012-07-28 Carl Hetherington <cth@carlh.net>
+
Version 0.33 released.
2012-07-28 Carl Hetherington <cth@carlh.net>
diff --git a/wscript b/wscript
index 7672c7a54..6c06eeaff 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.34pre'
+VERSION = '0.34'
def options(opt):
opt.load('compiler_cxx')