summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-21 03:49:37 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-21 03:49:37 +0100
commit8df04daf3f2ccb6950afcc4abac7eb3100799774 (patch)
treeb05fb691ad99d9fc36bd06e3d2539c08573bbe24
parentb92ded2ae6ffa93872114c9c3422c37b61a47b3b (diff)
Bump version.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ec6f76824..c5db73d04 100644
--- a/wscript
+++ b/wscript
@@ -1,7 +1,7 @@
import subprocess
APPNAME = 'dvdomatic'
-VERSION = '0.27pre'
+VERSION = '0.28'
def options(opt):
opt.load('compiler_cxx')