Bump version
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index cac9ee077c31acd778c7995e1bbcbc92de3ef82e..9d0f94777b3cd88929a05e7c112b185de30453db 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '1.75.2devel'
+VERSION = '1.76.4'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -328,7 +328,7 @@ def configure(conf):
         conf.check_cfg(package='', path=conf.options.magickpp_config, args='--cppflags --cxxflags --libs', uselib_store='MAGICK', mandatory=True)
         conf.env.append_value('CXXFLAGS', '-DDCPOMATIC_IMAGE_MAGICK')
     else:
-        conf.check_cfg(package='GraphicsMagick++', args='--cxxflags --libs', uselib_store='MAGICK', mandatory=True)
+        conf.check_cfg(package='GraphicsMagick++', args='--cflags --libs', uselib_store='MAGICK', mandatory=True)
         conf.env.append_value('CXXFLAGS', '-DDCPOMATIC_GRAPHICS_MAGICK')
         
     conf.check_cfg(package='libzip', args='--cflags --libs', uselib_store='ZIP', mandatory=True)