Skip to content

Commit

Permalink
update version in .h
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 23, 2023
1 parent 90ec1bd commit 1ef2a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simulator/include/mvsim/mvsim_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// clang-format off
#define MVSIM_MAJOR_VERSION 0
#define MVSIM_MINOR_VERSION 7
#define MVSIM_PATCH_VERSION 2
#define MVSIM_PATCH_VERSION 3

#define MVSIM_STR_EXP(__A) #__A
#define MVSIM_STR(__A) MVSIM_STR_EXP(__A)
Expand Down

0 comments on commit 1ef2a7d

Please sign in to comment.