Skip to content

Commit

Permalink
kick version to 0.42.01
Browse files Browse the repository at this point in the history
[skip_fishtest]
  • Loading branch information
dhbloo committed Oct 11, 2024
1 parent d56b59c commit e73658a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rapfi/core/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include <sstream>

#define RAPFI_MAJOR_VER 0
#define RAPFI_MINOR_VER 41
#define RAPFI_REVISION_VER 02
#define RAPFI_MINOR_VER 42
#define RAPFI_REVISION_VER 01

#define MACRO_STR(s) #s
#define VERSION_STR(a, b, c) MACRO_STR(a) "." MACRO_STR(b) "." MACRO_STR(c)
Expand Down

0 comments on commit e73658a

Please sign in to comment.