Remove version value from README.md

In recent releases, the supported backends are not changed so probably
we can remove the version from the description to avoid a pain that we
have to change README.md for each release.

Change-Id: Ica88629abe442c11c1036e22b8d143e1adc9b443
This commit is contained in:
Kota Tsuyuzaki 2016-06-02 22:07:22 -07:00
parent 3b8ee7d108
commit 618440b704
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Highlights
* Unified Erasure Coding interface for common storage workloads.
* Pluggable Erasure Code backends - As of v1.1.x, liberasurecode supports the following backends:
* Pluggable Erasure Code backends - liberasurecode supports the following backends:
- 'liberasurecode_rs_vand' - Native, software-only Erasure Coding implementation that supports a Reed-Solomon backend
- 'Jerasure' - Erasure Coding library that supports Reed-Solomon, Cauchy backends [1]