Jelajahi Sumber

Updated release version

Ray San 7 tahun lalu
induk
melakukan
cc3b8645df
3 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      examples/Makefile
  2. 1 1
      src/CMakeLists.txt
  3. 1 1
      src/Makefile

+ 1 - 1
examples/Makefile

@@ -25,7 +25,7 @@
 
 
 # Define required raylib variables
 # Define required raylib variables
 PROJECT_NAME       ?= raylib_examples
 PROJECT_NAME       ?= raylib_examples
-RAYLIB_VERSION     ?= 1.9.4
+RAYLIB_VERSION     ?= 1.9.7
 RAYLIB_API_VERSION ?= 1
 RAYLIB_API_VERSION ?= 1
 RAYLIB_PATH        ?= ..
 RAYLIB_PATH        ?= ..
 
 

+ 1 - 1
src/CMakeLists.txt

@@ -2,7 +2,7 @@
 project(raylib)
 project(raylib)
 include(GNUInstallDirs)
 include(GNUInstallDirs)
 
 
-set(PROJECT_VERSION 1.9.4)
+set(PROJECT_VERSION 1.9.7)
 set(API_VERSION 1)
 set(API_VERSION 1)
 set(RAYLIB raylib)    # Name of the generated library
 set(RAYLIB raylib)    # Name of the generated library
 
 

+ 1 - 1
src/Makefile

@@ -42,7 +42,7 @@
 .PHONY: all clean install uninstall
 .PHONY: all clean install uninstall
 
 
 # Define required raylib variables
 # Define required raylib variables
-RAYLIB_VERSION     = 1.9.4
+RAYLIB_VERSION     = 1.9.7
 RAYLIB_API_VERSION = 1
 RAYLIB_API_VERSION = 1
 
 
 # See below for alternatives.
 # See below for alternatives.