author | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-03-02 23:01:01 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-03-02 23:02:25 UTC |
parent | 6deb15627f906e2728a91753520f7eb49013ba18 |
Makefile | +1 | -1 |
UPGRADING | +1 | -1 |
diff --git a/Makefile b/Makefile index 3f175bd..6bad0ab 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION="0.23" +VERSION="0.24" CFLAGS = -std=c99 -pedantic -Wall -O3 diff --git a/UPGRADING b/UPGRADING index cbc02d3..72b9c9e 100644 --- a/UPGRADING +++ b/UPGRADING @@ -11,7 +11,7 @@ take much. If it's mandatory, it will be noted. If you want to see what motivated the changes, see the changelog or just ask. -0.22 -> 0.23 +0.22 -> 0.24 * The return values of jfsck() have changed, so applications using it need to be recompiled. * Python bindings' jfsck(), jfsck_cleanup(), jsync(), jwrite() and jpwrite()