Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 00:16:07 +0000 (01:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 00:16:07 +0000 (01:16 +0100)
ChangeLog
wscript

index f5b6348714a9f7c04e733a2561a99b2ac61586db..fa27895df69ac14a1574bba584484222de7fe1c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.36 released.
+
 2012-07-28  Carl Hetherington  <cth@carlh.net>
 
        * Install / version tweaks.
diff --git a/wscript b/wscript
index e504dfa171b3d2e065f8e8b174fea5b7f83f0f9d..a0734241e4d2d5f54cc47b433828612ff8e8e630 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.36pre'
+VERSION = '0.36'
 
 def options(opt):
     opt.load('compiler_cxx')