mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 10:56:28 +00:00
Updated release version
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
project(raylib)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
set(PROJECT_VERSION 1.9.4)
|
||||
set(PROJECT_VERSION 1.9.7)
|
||||
set(API_VERSION 1)
|
||||
set(RAYLIB raylib) # Name of the generated library
|
||||
|
||||
|
@@ -42,7 +42,7 @@
|
||||
.PHONY: all clean install uninstall
|
||||
|
||||
# Define required raylib variables
|
||||
RAYLIB_VERSION = 1.9.4
|
||||
RAYLIB_VERSION = 1.9.7
|
||||
RAYLIB_API_VERSION = 1
|
||||
|
||||
# See below for alternatives.
|
||||
|
Reference in New Issue
Block a user