Skip to content

Commit

Permalink
Merge pull request #23 from ECP-VeloC/v0.2.0
Browse files Browse the repository at this point in the history
spath.h: update version to 0.2.0
  • Loading branch information
gonsie authored Apr 20, 2022
2 parents 84a7400 + fb2d724 commit cb2b47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spath.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern "C" {
#define SPATH_SUCCESS (0)
#define SPATH_FAILURE (1)

#define SPATH_VERSION "0.1.0"
#define SPATH_VERSION "0.2.0"

/* TODO: for formatted strings, use special %| character (or something
* similar) to denote directories in portable way */
Expand Down

0 comments on commit cb2b47d

Please sign in to comment.