From e944720de06adb5cdc907537f896c56681dac882 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Mon, 2 Mar 2009 21:01:01 -0200
Subject: [PATCH 31/31] libjio 0.24

Release 0.24. This patch also changes the UPGRADING document to correct a
version typo.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 Makefile  |    2 +-
 UPGRADING |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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()
-- 
1.6.2.rc0.226.gf08f

