summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-04 20:07:04 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-04 20:07:04 +0000
commit7f4c6756c3e71edd4b8e4792d236c4bbf3471ece (patch)
treeb4ea40a3e4f9061b8f782a3fa2b3901c9e703788
parent38559e6f4651f1850cc6df20c5575e3c53c41266 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 828f9122b..5397eda3d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.25'
+VERSION = '1.26pre'
def options(opt):
opt.load('compiler_cxx')