Parcourir la source

Bump version to 1.9.4

pull/459/head
Ahmad Fatoum il y a 6 ans
Parent
révision
19f280f4b7
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: C3EAC3DE9321D59B
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      src/CMakeLists.txt
  2. +1
    -1
      src/Makefile

+ 1
- 1
src/CMakeLists.txt Voir le fichier

@ -2,7 +2,7 @@
project(raylib)
include("../utils.cmake")
set(PROJECT_VERSION 1.9.2)
set(PROJECT_VERSION 1.9.4)
set(API_VERSION 1)
set(RAYLIB raylib) # Name of the generated library

+ 1
- 1
src/Makefile Voir le fichier

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

Chargement…
Annuler
Enregistrer