Browse Source

Bump version to 1.9.4

Ahmad Fatoum 7 years ago
parent
commit
19f280f4b7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/CMakeLists.txt
  2. 1 1
      src/Makefile

+ 1 - 1
src/CMakeLists.txt

@@ -2,7 +2,7 @@
 project(raylib)
 project(raylib)
 include("../utils.cmake")
 include("../utils.cmake")
 
 
-set(PROJECT_VERSION 1.9.2)
+set(PROJECT_VERSION 1.9.4)
 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

@@ -44,7 +44,7 @@
 # Define required raylib variables
 # Define required raylib variables
 PLATFORM          ?= PLATFORM_DESKTOP
 PLATFORM          ?= PLATFORM_DESKTOP
 RAYLIB_PATH        = ..
 RAYLIB_PATH        = ..
-RAYLIB_VERSION     = 1.9.2
+RAYLIB_VERSION     = 1.9.4
 RAYLIB_API_VERSION = 1
 RAYLIB_API_VERSION = 1
 # Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
 # Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
 RAYLIB_LIBTYPE    ?= STATIC
 RAYLIB_LIBTYPE    ?= STATIC