Skip to content

Commit

Permalink
Version bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Aug 2, 2021
1 parent 4510002 commit 9013eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pfs/version.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
3* Copyright 2020-present Daniel Trugman
* Copyright 2020-present Daniel Trugman
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@

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

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

0 comments on commit 9013eef

Please sign in to comment.