Skip to content

Commit

Permalink
Merge pull request #15 from CamStan/release-0.0.4
Browse files Browse the repository at this point in the history
Incremental release v0.0.4
  • Loading branch information
gonsie authored Apr 15, 2021
2 parents ec81ebe + 9d358eb commit e25a985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/er.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ extern "C" {
#define ER_SUCCESS (0)
#define ER_FAILURE (1)

#define ER_VERSION "0.0.4"

#define ER_DIRECTION_ENCODE (1)
#define ER_DIRECTION_REBUILD (2)
#define ER_DIRECTION_REMOVE (3)
Expand Down
2 changes: 0 additions & 2 deletions src/er_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include "er.h"
#include "er_util.h"

#define ER_VERSION "1.0"

int er_debug = 1;

int er_rank = -1;
Expand Down

0 comments on commit e25a985

Please sign in to comment.