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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erasurecode/erasurecode_version.h b/include/erasurecode/erasurecode_version.h
index 1ce86ea..14eeb16 100644
--- a/include/erasurecode/erasurecode_version.h
+++ b/include/erasurecode/erasurecode_version.h
@@ -26,7 +26,7 @@
#define _ERASURECODE_VERSION_H_
#define _MAJOR 1
-#define _MINOR 5
+#define _MINOR 6
#define _REV 0
#define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z))