Merge pull request #316 from ranisalt/patch-1

Fix meson.build version
pull/156/head^2
flightlessmango 4 years ago committed by GitHub
commit 321af950f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
project('MangoHud',
['c', 'cpp'],
version : 'v0.4.0',
version : 'v0.5.1',
license : 'MIT',
default_options : ['buildtype=release', 'c_std=c99', 'cpp_std=c++14']
)

Loading…
Cancel
Save