summaryrefslogtreecommitdiff
path: root/include/erasurecode/erasurecode_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erasurecode/erasurecode_version.h')
-rw-r--r--include/erasurecode/erasurecode_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/erasurecode/erasurecode_version.h b/include/erasurecode/erasurecode_version.h
index e02c8bc..bc19d01 100644
--- a/include/erasurecode/erasurecode_version.h
+++ b/include/erasurecode/erasurecode_version.h
@@ -26,8 +26,8 @@
#define _ERASURECODE_VERSION_H_
#define _MAJOR 1
-#define _MINOR 1
-#define _REV 2
+#define _MINOR 2
+#define _REV 0
#define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z))
#define LIBERASURECODE_VERSION _VERSION(_MAJOR, _MINOR, _REV)