summaryrefslogtreecommitdiff
path: root/wscript
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 /wscript
parent2ec177a1fb6b6a4451a0013f7712d05146ffe5cb (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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')