We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e44f7b commit cc3b864Copy full SHA for cc3b864
examples/Makefile
@@ -25,7 +25,7 @@
25
26
# Define required raylib variables
27
PROJECT_NAME ?= raylib_examples
28
-RAYLIB_VERSION ?= 1.9.4
+RAYLIB_VERSION ?= 1.9.7
29
RAYLIB_API_VERSION ?= 1
30
RAYLIB_PATH ?= ..
31
src/CMakeLists.txt
@@ -2,7 +2,7 @@
2
project(raylib)
3
include(GNUInstallDirs)
4
5
-set(PROJECT_VERSION 1.9.4)
+set(PROJECT_VERSION 1.9.7)
6
set(API_VERSION 1)
7
set(RAYLIB raylib) # Name of the generated library
8
src/Makefile
@@ -42,7 +42,7 @@
42
.PHONY: all clean install uninstall
43
44
45
-RAYLIB_VERSION = 1.9.4
+RAYLIB_VERSION = 1.9.7
46
RAYLIB_API_VERSION = 1
47
48
# See below for alternatives.
0 commit comments