aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-02-04 13:44:20 +0100
committerGitHub <noreply@github.com>2018-02-04 13:44:20 +0100
commit327aec9da44f95ccdadabb2c258c8bbf6d9a7f7b (patch)
tree720078aba8679ef1875a81e777df9b564f6b8a8d /src
parent6dc2f979ccbb4ec6f8166805b5f4f6377efbce70 (diff)
parent19f280f4b793963eeadad9c2b2cab38d07715992 (diff)
downloadraylib-327aec9da44f95ccdadabb2c258c8bbf6d9a7f7b.tar.gz
raylib-327aec9da44f95ccdadabb2c258c8bbf6d9a7f7b.zip
Merge pull request #459 from a3f/develop
Bump version to 1.9.4
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 54d3e59c..e9784ff4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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
diff --git a/src/Makefile b/src/Makefile
index fc85ea0a..e41a88a3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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