Browse Source

Bump version to 1.9.4

pull/459/head
Ahmad Fatoum 6 years ago
parent
commit
19f280f4b7
No known key found for this signature in database GPG Key ID: C3EAC3DE9321D59B
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 View File

@ -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 View File

@ -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

Loading…
Cancel
Save