瀏覽代碼

~Updated project version (#1761)

Updated to fix versioning and linking issues.
Old version would cause examples to not be linked on fresh raylib install or linked with an old library version on updated raylib install.
pull/1764/head
ProphesorIks 3 年之前
committed by GitHub
父節點
當前提交
1d0767022d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/CMakeLists.txt

+ 2
- 2
src/CMakeLists.txt 查看文件

@ -1,7 +1,7 @@
# Setup the project and settings
project(raylib C)
set(PROJECT_VERSION 3.5.0)
set(API_VERSION 351)
set(PROJECT_VERSION 3.7.0)
set(API_VERSION 370)
include(GNUInstallDirs)
include(JoinPaths)

Loading…
取消
儲存