Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullreff committed Apr 11, 2014
1 parent 8a28acc commit 41ff8b3
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 @@ -19,7 +19,7 @@
#ifndef REDPILE_H
#define REDPILE_H

#define REDPILE_VERSION "0.0.1"
#define REDPILE_VERSION "0.2.0"

#define ERROR_IF(CONDITION, MESSAGE) if (CONDITION) { fprintf(stderr, MESSAGE); exit(EXIT_FAILURE); }
#define CHECK_OOM(POINTER) ERROR_IF(!POINTER, "Out of memory!\n")
Expand Down

0 comments on commit 41ff8b3

Please sign in to comment.