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 c3f4147..5f06cd7 100644
--- a/include/erasurecode/erasurecode_version.h
+++ b/include/erasurecode/erasurecode_version.h
@@ -27,7 +27,7 @@
#define _MAJOR 1
#define _MINOR 6
-#define _REV 2
+#define _REV 3
#define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z))
#define LIBERASURECODE_VERSION _VERSION(_MAJOR, _MINOR, _REV)