Skip to content

Commit 8cff292

Browse files
committed
version.h
1 parent f72b849 commit 8cff292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/simulator/include/mvsim/mvsim_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
// clang-format off
1313
#define MVSIM_MAJOR_VERSION 0
14-
#define MVSIM_MINOR_VERSION 12
15-
#define MVSIM_PATCH_VERSION 1
14+
#define MVSIM_MINOR_VERSION 13
15+
#define MVSIM_PATCH_VERSION 0
1616

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

0 commit comments

Comments
 (0)