Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Oct 2012 20:58:15 +0000 (21:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Oct 2012 20:58:15 +0000 (21:58 +0100)
ChangeLog
wscript

index 26bb72f0c6a820cbfe41aabd0c9aa1a01e608fbf..99d59760d9c6794b99f1488b33f84f84a47aa8b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.55 released.
+
 2012-10-09  Carl Hetherington  <cth@carlh.net>
 
        * Fix bug possibly causing randomly-occuring
diff --git a/wscript b/wscript
index cb284b126bb527b5bcd73837ec6d8ca1a6be243c..d2bf7c424b52b72a0be8ac591536b05d55ba4748 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.55pre'
+VERSION = '0.55'
 
 def options(opt):
     opt.load('compiler_cxx')