Increment version in meson build file
Increment raylib version and so lib version number.
This commit is contained in:
parent
8462ed73fe
commit
4a406fa94b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
project('raylib', 'c', version: '1.7.0',
|
project('raylib', 'c', version: '1.8.0',
|
||||||
license: 'zlib',
|
license: 'zlib',
|
||||||
meson_version: '>= 0.39.1',
|
meson_version: '>= 0.39.1',
|
||||||
default_options : 'c_std=gnu99')
|
default_options : 'c_std=gnu99')
|
||||||
|
|
|
@ -18,5 +18,5 @@ raylib = library('raylib',
|
||||||
source_c,
|
source_c,
|
||||||
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
|
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
|
||||||
install : true,
|
install : true,
|
||||||
version : '1.7.0')
|
version : '1.8.0')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue