summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 1e4ad7d0..bb67c126 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -81,6 +81,8 @@
#include <stdarg.h> // Required for: va_list - Only used by TraceLogCallback
+#define RAYLIB_VERSION "3.7.0"
+
#if defined(_WIN32)
// Microsoft attibutes to tell compiler that symbols are imported/exported from a .dll
#if defined(BUILD_LIBTYPE_SHARED)