소스 검색

Change raylib version to 2.6-dev

Ray 6 년 전
부모
커밋
439e73a8ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/config.h

+ 1 - 1
src/config.h

@@ -25,7 +25,7 @@
 *
 **********************************************************************************************/
 
-#define RAYLIB_VERSION  "2.5"
+#define RAYLIB_VERSION  "2.6-dev"
 
 // Edit to control what features Makefile'd raylib is compiled with
 #if defined(RAYLIB_CMAKE)