Explorar el Código

Update version number (internally)

Ray hace 7 años
padre
commit
ecb787d76f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/config.h

+ 1 - 1
src/config.h

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