Release 1.7.1

Change-Id: I41d63eabdfebff29d453d0d060acc7d3cd58e40b
Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
Tim Burke
2025-08-21 14:26:51 -07:00
parent 09270e2533
commit edae314559
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Release 1.7.1
-------------
. Fixed version number.
Release 1.7.0
-------------

View File

@@ -26,8 +26,8 @@
#define _ERASURECODE_VERSION_H_
#define _MAJOR 1
#define _MINOR 6
#define _REV 5
#define _MINOR 7
#define _REV 1
#define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z))
#define LIBERASURECODE_VERSION _VERSION(_MAJOR, _MINOR, _REV)