We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac953a commit f956c42Copy full SHA for f956c42
1 file changed
OS/System/Parameters.h
@@ -20,10 +20,12 @@
20
#define MATRIXOS_BUILD_INDEV
21
#endif
22
23
+// Latest milestone: Matrix OS 3.2 RC 1
24
+
25
#define MATRIXOS_MAJOR_VER 3
26
#define MATRIXOS_MINOR_VER 2
27
#define MATRIXOS_PATCH_VER 0
-#define MATRIXOS_RELEASE_VER 6 //This is for beta etc, doesn't take effect in Stable Release. It should also never be 0
28
+#define MATRIXOS_RELEASE_VER 1 //This is for beta etc, doesn't take effect in Stable Release. It should also never be 0
29
30
#include "ReleaseConfig.h"
31
0 commit comments