This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge pull request
#359
from jubalh/develop
Increment version in meson build file
pull/360/head
Ray
7 years ago
committed by
GitHub
parent
8462ed73fe
4a406fa94b
commit
934e6c01ab
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
meson.build
+1
-1
src/meson.build
+ 1
- 1
meson.build
View File
@ -1,4 +1,4 @@
project('raylib', 'c', version: '1.
7
.0',
project('raylib', 'c', version: '1.
8
.0',
license: 'zlib',
meson_version: '>= 0.39.1',
default_options : 'c_std=gnu99')
+ 1
- 1
src/meson.build
View File
@ -18,5 +18,5 @@ raylib = library('raylib',
source_c,
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
install : true,
version : '1.
7
.0')
version : '1.
8
.0')
Write
Preview
Loading…
Cancel
Save