summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-05 00:03:04 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-05 00:03:04 +0100
commit171e3abb0881775b1410ad045a4f488500964616 (patch)
tree78f6871158c16303e3c9e2cf16932fe41e4ed39d
parent2ec177a1fb6b6a4451a0013f7712d05146ffe5cb (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 9eff52e67..4e4f6450e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-05 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.44 released.
+
2012-08-04 Carl Hetherington <cth@carlh.net>
* Fix bug with content inside the film directory.
diff --git a/wscript b/wscript
index bc0082d42..391ad3a88 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.44pre'
+VERSION = '0.44'
def options(opt):
opt.load('compiler_cxx')