Skip to content

Commit f1c01be

Browse files
committed
version.h
1 parent 32f4a3e commit f1c01be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/simulator/include/mvsim/mvsim_version.h

+1-1
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 13
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)