Skip to content

Commit

Permalink
set version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner authored Jun 30, 2024
1 parent 9c0a116 commit cf31891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serum-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define SERUM_VERSION_MAJOR 2 // X Digits
#define SERUM_VERSION_MINOR 0 // Max 2 Digits
#define SERUM_VERSION_PATCH 0 // Max 2 Digits
#define SERUM_VERSION_PATCH 1 // Max 2 Digits

#define _SERUM_STR(x) #x
#define SERUM_STR(x) _SERUM_STR(x)
Expand Down

0 comments on commit cf31891

Please sign in to comment.