aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-08-07 00:33:33 +0200
committerRay <raysan5@gmail.com>2019-08-07 00:33:33 +0200
commit439e73a8ece912f2a7df5f4c0ed7fc6fb7673672 (patch)
treee1095b3373829cf689bcf243eac2218daec0595a /src
parent3d5fa81bf2753badacf9e8c01c51943a0c3acf85 (diff)
downloadraylib-439e73a8ece912f2a7df5f4c0ed7fc6fb7673672.tar.gz
raylib-439e73a8ece912f2a7df5f4c0ed7fc6fb7673672.zip
Change raylib version to 2.6-dev
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 07cf5fe7..050cce18 100644
--- a/src/config.h
+++ b/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)