From cc3b8645df23ed9aeb9d6efc806ab91170a29a89 Mon Sep 17 00:00:00 2001 From: Ray San Date: Tue, 10 Apr 2018 10:37:48 +0200 Subject: [PATCH] Updated release version --- examples/Makefile | 2 +- src/CMakeLists.txt | 2 +- src/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 6902803e22e3..becb91dc4867 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 632669ea4aaf..64d7f1fdf05d 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 e6c3b7d864b2..8444ed57748a 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.