Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaey committed Dec 24, 2024
1 parent 0d24ab4 commit 7c4087f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mfst.h
Original file line number Diff line number Diff line change
@@ -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 <inttypes.h>
#include <stdio.h>
#include <sys/stat.h>
#include <uuid/uuid.h>

#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
Expand Down

0 comments on commit 7c4087f

Please sign in to comment.