From 7c4087fd0be33bc9ad4cce97600f09d86e99e221 Mon Sep 17 00:00:00 2001 From: Matt Cole Date: Tue, 24 Dec 2024 10:17:52 -0600 Subject: [PATCH] Bump version number --- mfst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mfst.h b/mfst.h index d09561b..7229755 100644 --- a/mfst.h +++ b/mfst.h @@ -1,13 +1,13 @@ #if !defined(__MFST_H) #define __MFST_H -#define VERSION "0.3" -#define PROGRAM_NAME " Mikaey's Flash Stress Test v" VERSION " " #include #include #include #include +#define VERSION "0.4" +#define PROGRAM_NAME " Mikaey's Flash Stress Test v" VERSION " " // Size of the beginning-of-device and middle-of-device buffers #define BOD_MOD_BUFFER_SIZE 1048576