Skip to content

Commit

Permalink
Updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Apr 10, 2018
1 parent 8e44f7b commit cc3b864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= ..

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cc3b864

Please sign in to comment.