summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-10 20:58:48 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-10 20:58:48 +0000
commit2f449eabb3f908dd26953723d7621a1199c353a1 (patch)
tree88d3e6514fb08c6b4fb5d1d4cd090d701315d01d
parent531c9fae57b17fbb2b072344db879d51ae0bb770 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 03bd14074..290bf9b52 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.59'
+VERSION = '0.60pre'
def options(opt):
opt.load('compiler_cxx')