Skip to content

Commit cc3b864

Browse files
committed
Updated release version
1 parent 8e44f7b commit cc3b864

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Define required raylib variables
2727
PROJECT_NAME ?= raylib_examples
28-
RAYLIB_VERSION ?= 1.9.4
28+
RAYLIB_VERSION ?= 1.9.7
2929
RAYLIB_API_VERSION ?= 1
3030
RAYLIB_PATH ?= ..
3131

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project(raylib)
33
include(GNUInstallDirs)
44

5-
set(PROJECT_VERSION 1.9.4)
5+
set(PROJECT_VERSION 1.9.7)
66
set(API_VERSION 1)
77
set(RAYLIB raylib) # Name of the generated library
88

src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
.PHONY: all clean install uninstall
4343

4444
# Define required raylib variables
45-
RAYLIB_VERSION = 1.9.4
45+
RAYLIB_VERSION = 1.9.7
4646
RAYLIB_API_VERSION = 1
4747

4848
# See below for alternatives.

0 commit comments

Comments
 (0)