From 6c3b7a713f2a37c989da507ada186a4c0b6f52ec Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sun, 13 Jul 2014 19:32:25 -0700 Subject: [PATCH] Bump version to 0.9.10 Signed-off-by: Tushar Gohad --- configure.ac | 2 +- include/erasurecode/erasurecode_version.h | 2 +- src/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f1fc2c8..c60892f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liberasurecode,0.9.4) +AC_INIT(liberasurecode,0.9.10) AC_GNU_SOURCE AC_PREREQ([2.61]) diff --git a/include/erasurecode/erasurecode_version.h b/include/erasurecode/erasurecode_version.h index c01f6e5..e6bae70 100644 --- a/include/erasurecode/erasurecode_version.h +++ b/include/erasurecode/erasurecode_version.h @@ -27,7 +27,7 @@ #define MAJOR = 0 #define MINOR = 9 -#define REV = 4 +#define REV = 10 #define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z)) #define LIBERASURECODE_VERSION _VERSION(MAJOR, MINOR, REV) diff --git a/src/Makefile.am b/src/Makefile.am index 43ff2be..5751f5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,5 +19,5 @@ liberasurecode_la_LIBADD = \ builtin/xor_codes/libXorcode.la -lgf_complete -lpthread # 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