summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-23 22:10:29 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-23 22:10:29 +0000
commit044a27aed354793af314888eeb2ff0495676280c (patch)
treeaf5bd71d69847fc3923b9afb5ad153a69ffc0d15 /wscript
parentebaf30ff11dee86d541e32c9964e0c8edd2f2fcc (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8e0c72848..519b2255f 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.49pre'
+VERSION = '1.49'
def options(opt):
opt.load('compiler_cxx')