Fix credits sync with the database.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index a14821b3c7a133713c019fc35cd4a9c163ed2ffc..5bfdc3ff13501e7c99194633df44b899f981e88e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.20devel'
+VERSION = '2.6.27devel'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -111,7 +111,7 @@ def configure(conf):
         conf.check(lib='shlwapi', uselib_store='SHLWAPI', msg="Checking for library shlwapi")
         conf.check(lib='mswsock', uselib_store='MSWSOCK', msg="Checking for library mswsock")
         boost_lib_suffix = '-mt'
-        boost_thread = 'boost_thread_win32-mt'
+        boost_thread = 'boost_thread-mt'
         conf.check_cxx(fragment="""
                                #include <boost/locale.hpp>\n
                                int main() { std::locale::global (boost::locale::generator().generate ("")); }\n