diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/erasurecode/erasurecode_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/erasurecode/erasurecode_version.h b/include/erasurecode/erasurecode_version.h index e6bae70..24f822f 100644 --- a/include/erasurecode/erasurecode_version.h +++ b/include/erasurecode/erasurecode_version.h @@ -25,9 +25,9 @@ #ifndef _ERASURECODE_VERSION_H_ #define _ERASURECODE_VERSION_H_ -#define MAJOR = 0 -#define MINOR = 9 -#define REV = 10 +#define MAJOR 0 +#define MINOR 9 +#define REV 10 #define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z)) #define LIBERASURECODE_VERSION _VERSION(MAJOR, MINOR, REV) |