Skip to content

Commit c21a0ec

Browse files
committed
version header
1 parent 1919f4d commit c21a0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/simulator/include/mvsim/mvsim_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// clang-format off
1313
#define MVSIM_MAJOR_VERSION 0
1414
#define MVSIM_MINOR_VERSION 8
15-
#define MVSIM_PATCH_VERSION 0
15+
#define MVSIM_PATCH_VERSION 1
1616

1717
#define MVSIM_STR_EXP(__A) #__A
1818
#define MVSIM_STR(__A) MVSIM_STR_EXP(__A)

0 commit comments

Comments
 (0)