Bump version number.

This commit is contained in:
Tor Andersson
2022-10-11 18:18:06 +02:00
parent bbb2c511e5
commit ebf235bfea

2
mujs.h
View File

@@ -8,7 +8,7 @@ extern "C" {
#endif
#define JS_VERSION_MAJOR 1
#define JS_VERSION_MINOR 2
#define JS_VERSION_MINOR 3
#define JS_VERSION_PATCH 0
#define JS_VERSION (JS_VERSION_MAJOR * 10000 + JS_VERSION_MINOR * 100 + JS_VERSION_PATCH)