From 5637d3c75d85cbcefc16643e3061fe4d78300b43 Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Thu, 26 Sep 2024 10:41:07 +0200 Subject: [PATCH] Version 0.4.0 ChangeLog: * vir/simd_version.h: --- vir/simd_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vir/simd_version.h b/vir/simd_version.h index 70aa2c3..ab10277 100644 --- a/vir/simd_version.h +++ b/vir/simd_version.h @@ -17,7 +17,7 @@ // development >= 0x64 // alpha >= 0xbe // beta >= 0xc8 -#define VIR_SIMD_VERSION 0x0'03'c8 +#define VIR_SIMD_VERSION 0x0'04'00 #define VIR_SIMD_VERSION_MAJOR (VIR_SIMD_VERSION / 0x10000)