소스 검색

Updated `RAYLIB_VERSION` to `4.0-dev`

Several breaking changes have been done lately so I think it's better to mark raylib for next release as 4.0.
pull/1925/head
raysan5 4 년 전
부모
커밋
462e7aec52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h 파일 보기

@ -81,7 +81,7 @@
#include <stdarg.h> // Required for: va_list - Only used by TraceLogCallback
#define RAYLIB_VERSION "3.8-dev"
#define RAYLIB_VERSION "4.0-dev"
#ifndef RLAPI
#define RLAPI // We are building or using rlgl as a static library (or Linux shared library)

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