Bump version to 1.9.4
This commit is contained in:
parent
184df917be
commit
19f280f4b7
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
project(raylib)
|
project(raylib)
|
||||||
include("../utils.cmake")
|
include("../utils.cmake")
|
||||||
|
|
||||||
set(PROJECT_VERSION 1.9.2)
|
set(PROJECT_VERSION 1.9.4)
|
||||||
set(API_VERSION 1)
|
set(API_VERSION 1)
|
||||||
set(RAYLIB raylib) # Name of the generated library
|
set(RAYLIB raylib) # Name of the generated library
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
# Define required raylib variables
|
# Define required raylib variables
|
||||||
PLATFORM ?= PLATFORM_DESKTOP
|
PLATFORM ?= PLATFORM_DESKTOP
|
||||||
RAYLIB_PATH = ..
|
RAYLIB_PATH = ..
|
||||||
RAYLIB_VERSION = 1.9.2
|
RAYLIB_VERSION = 1.9.4
|
||||||
RAYLIB_API_VERSION = 1
|
RAYLIB_API_VERSION = 1
|
||||||
# Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
|
# Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
|
||||||
RAYLIB_LIBTYPE ?= STATIC
|
RAYLIB_LIBTYPE ?= STATIC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue