mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:48:59 +08:00
15 lines
349 B
Diff
15 lines
349 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index 9087f8e..5092bdf 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -1,7 +1,7 @@
|
|
# Setup the project and settings
|
|
project(raylib C)
|
|
-set(PROJECT_VERSION 4.2.0)
|
|
-set(API_VERSION 420)
|
|
+set(PROJECT_VERSION 4.5.0)
|
|
+set(API_VERSION 450)
|
|
|
|
include(GNUInstallDirs)
|
|
include(JoinPaths)
|