Bump version
[libdcp.git] / wscript
diff --git a/wscript b/wscript
index 76e08ef53e0b7ec4bd052bb2dddeba6d5b922b5b..f606955044fb8528cc38ed18212fb1937b275c1e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import lut
 
 APPNAME = 'libdcp'
-VERSION = '0.37pre'
+VERSION = '0.38'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -55,7 +55,7 @@ def configure(conf):
                               """,
                    mandatory = True,
                    msg = 'Checking for boost library >= 1.45',
-                   okmsg = 'ok',
+                   okmsg = 'yes',
                    errmsg = 'too old\nPlease install boost version 1.45 or higher.')
 
     conf.check_cxx(fragment = """