We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f9d81 commit f2800b1Copy full SHA for f2800b1
include/pfs/version.hpp
@@ -19,7 +19,7 @@
19
20
#define PFS_VER_MAJOR 0
21
#define PFS_VER_MINOR 4
22
-#define PFS_VER_PATCH 4
+#define PFS_VER_PATCH 5
23
24
#define PFS_VERSION \
25
(PFS_VER_MAJOR * 10000 + PFS_VER_MINOR * 100 + PFS_VER_PATCH)
0 commit comments