This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Increment version in meson build file
Increment raylib version and so lib version number.
pull/359/head
Michael Vetter
7 年之前
父節點
8462ed73fe
當前提交
4a406fa94b
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
meson.build
+1
-1
src/meson.build
+ 1
- 1
meson.build
查看文件
@ -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
查看文件
@ -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…
取消
儲存