Bump version to 1.9.4

This commit is contained in:
Ahmad Fatoum 2018-02-04 13:23:08 +01:00
parent 184df917be
commit 19f280f4b7
No known key found for this signature in database
GPG key ID: C3EAC3DE9321D59B
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
project(raylib)
include("../utils.cmake")
set(PROJECT_VERSION 1.9.2)
set(PROJECT_VERSION 1.9.4)
set(API_VERSION 1)
set(RAYLIB raylib) # Name of the generated library

View file

@ -44,7 +44,7 @@
# Define required raylib variables
PLATFORM ?= PLATFORM_DESKTOP
RAYLIB_PATH = ..
RAYLIB_VERSION = 1.9.2
RAYLIB_VERSION = 1.9.4
RAYLIB_API_VERSION = 1
# Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
RAYLIB_LIBTYPE ?= STATIC