Bump version to 0.9.10
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
This commit is contained in:
parent
1b37825552
commit
6c3b7a713f
@ -1,4 +1,4 @@
|
|||||||
AC_INIT(liberasurecode,0.9.4)
|
AC_INIT(liberasurecode,0.9.10)
|
||||||
AC_GNU_SOURCE
|
AC_GNU_SOURCE
|
||||||
|
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#define MAJOR = 0
|
#define MAJOR = 0
|
||||||
#define MINOR = 9
|
#define MINOR = 9
|
||||||
#define REV = 4
|
#define REV = 10
|
||||||
#define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z))
|
#define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z))
|
||||||
|
|
||||||
#define LIBERASURECODE_VERSION _VERSION(MAJOR, MINOR, REV)
|
#define LIBERASURECODE_VERSION _VERSION(MAJOR, MINOR, REV)
|
||||||
|
@ -19,5 +19,5 @@ liberasurecode_la_LIBADD = \
|
|||||||
builtin/xor_codes/libXorcode.la -lgf_complete -lpthread
|
builtin/xor_codes/libXorcode.la -lgf_complete -lpthread
|
||||||
|
|
||||||
# Version format (C - A).(A).(R) for C:R:A input
|
# Version format (C - A).(A).(R) for C:R:A input
|
||||||
liberasurecode_la_LDFLAGS = -rpath '$(libdir)' -version-info 9:4:9
|
liberasurecode_la_LDFLAGS = -rpath '$(libdir)' -version-info 9:10:9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user