소스 검색

Updated release version

pull/524/head 1.9.7-dev
Ray San 7 년 전
부모
커밋
cc3b8645df
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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
PROJECT_NAME ?= raylib_examples
RAYLIB_VERSION ?= 1.9.4
RAYLIB_VERSION ?= 1.9.7
RAYLIB_API_VERSION ?= 1
RAYLIB_PATH ?= ..

+ 1
- 1
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

+ 1
- 1
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.

불러오는 중...
취소
저장