diff options
Diffstat (limited to 'src/tools/env.c')
| -rw-r--r-- | src/tools/env.c | 4 |
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 |