summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/Makefile2
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 6902803e..becb91dc 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= raylib_examples
-RAYLIB_VERSION ?= 1.9.4
+RAYLIB_VERSION ?= 1.9.7
RAYLIB_API_VERSION ?= 1
RAYLIB_PATH ?= ..
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 632669ea..64d7f1fd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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
diff --git a/src/Makefile b/src/Makefile
index e6c3b7d8..8444ed57 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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.