Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullreff committed May 20, 2014
1 parent 068732a commit 5abb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redpile.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <stdbool.h>
#include <limits.h>

#define REDPILE_VERSION "0.3.0"
#define REDPILE_VERSION "0.4.0"

#define ERROR(MESSAGE) do { fprintf(stderr, MESSAGE); exit(EXIT_FAILURE); } while(0)
#define ERROR_IF(CONDITION, MESSAGE) if (CONDITION) { ERROR(MESSAGE); }
Expand Down

0 comments on commit 5abb4a1

Please sign in to comment.