Skip to content

Commit

Permalink
Version bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Aug 2, 2021
1 parent 120ef98 commit 9b1d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pfs/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define PFS_VER_MAJOR 0
#define PFS_VER_MINOR 4
#define PFS_VER_PATCH 2
#define PFS_VER_PATCH 3

#define PFS_VERSION \
(PFS_VER_MAJOR * 10000 + PFS_VER_MINOR * 100 + PFS_VER_PATCH)
Expand Down

0 comments on commit 9b1d255

Please sign in to comment.