Release 1.7.1
Change-Id: I41d63eabdfebff29d453d0d060acc7d3cd58e40b Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Release 1.7.1
|
||||
-------------
|
||||
|
||||
. Fixed version number.
|
||||
|
||||
Release 1.7.0
|
||||
-------------
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user