From: Carl Hetherington Date: Sat, 12 Oct 2013 12:36:59 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1293^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f7661f46fa44addf5f7d4bac36d409dc437992fe;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index f50d11254..2386823f2 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.13' +VERSION = '1.14pre' def options(opt): opt.load('compiler_cxx')