We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8063671 commit 1111b3aCopy full SHA for 1111b3a
rvm.h
@@ -29,7 +29,7 @@
29
#define RVM_COPYRIGHT "Copyright (C) 2024-2025 Vincent Yanzee J. Tan"
30
31
#define RVM_ARCH 0 /* Architecture version. */
32
-#define RVM_IMPL 1 /* Implementation patch number. */
+#define RVM_IMPL 2 /* Implementation patch number. */
33
#define RVM_VERSION (RVM_ARCH * 1000L + RVM_IMPL)
34
35
#define RVM_VERSTR RVM_STR2(RVM_ARCH) "." RVM_STR2(RVM_IMPL)
0 commit comments