summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-06 00:11:06 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-06 00:11:06 +0000
commit7be464be1d672a67b3bc3f537f6b55169e7ae2a5 (patch)
tree173201227f1aaaf15ab83f199e660535315cf9e4
parenta3aa72fbb442bb2d240e1021637380a46e26e9c3 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2d39d7658..cb473737b 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.26'
+VERSION = '1.27pre'
def options(opt):
opt.load('compiler_cxx')