summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-01 00:54:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-01 00:54:04 +0100
commit5075c7902c5760fb254ca12a410ee4eb29fab35b (patch)
tree4c92fef376c64e9e2cde8e741b5af7f460fdd6ab /wscript
parentf75f006355080991ba7d35633136b4b340e34afc (diff)
Bump versionv2.1.49
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4b353b848..558a60a96 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.48devel'
+VERSION = '2.1.49'
def options(opt):
opt.load('compiler_cxx')