Skip to content

Commit

Permalink
Version bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Oct 28, 2021
1 parent d4a0ece commit 3d9d464
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 3
#define PFS_VER_PATCH 4

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

0 comments on commit 3d9d464

Please sign in to comment.