summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-06 02:03:25 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-06 02:03:25 +0100
commite089ceff103306f269cbac857b128fc641c6ec3c (patch)
treee8404eccb90aa85e654fbcfcc6fa4d05a8f14703
parent42a3da099dc91e3b11746c3c76611fc19a887955 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index bcaca02d3..51a2ad04d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.89'
+VERSION = '0.90pre'
def options(opt):
opt.load('compiler_cxx')