about summary refs log tree commit diff stats
path: root/src/tools/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/env.c')
-rw-r--r--src/tools/env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/env.c b/src/tools/env.c
index 877a9fc8..5b4c4ee3 100644
--- a/src/tools/env.c
+++ b/src/tools/env.c
@@ -809,9 +809,9 @@ done:
 #ifdef ARM64
 #define ARCH_VERSION SET_VERSION(0, 0, 3)
 #elif defined(RV64)
-#define ARCH_VERSION SET_VERSION(0, 0, 1)
+#define ARCH_VERSION SET_VERSION(0, 0, 2)
 #elif defined(LA64)
-#define ARCH_VERSION SET_VERSION(0, 0, 1)
+#define ARCH_VERSION SET_VERSION(0, 0, 2)
 #else
 #error meh!
 #endif