summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-27 13:25:45 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-27 13:25:45 +0100
commitf357af9220d2b890a64ccd8b81bfe02b69a0450d (patch)
treef4515e661c50598999cbc366857eb277399ee972
parentba37b5c74fbeb7fbda5359e2e4de4e0466a4c2eb (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8320de48f..29713eb5f 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.71.0'
+VERSION = '1.71.0devel'
def options(opt):
opt.load('compiler_cxx')