From ee371c36e6e24e1882f89696a2961af6897e0149 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sun, 4 Apr 2010 03:44:17 -0300
Subject: [PATCH 15/15] Version 1.01

---
 bindings/python/setup.py |    2 +-
 libjio/Makefile          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index c594e5d..78ba462 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -20,7 +20,7 @@ libjio = Extension("libjio",
 
 setup(
 	name = 'libjio',
-	version = '1.00',
+	version = '1.01',
 	description = "A library for journaled, transactional I/O",
 	author = "Alberto Bertogli",
 	author_email = "albertito@blitiri.com.ar",
diff --git a/libjio/Makefile b/libjio/Makefile
index a32828f..c17eaae 100644
--- a/libjio/Makefile
+++ b/libjio/Makefile
@@ -60,7 +60,7 @@ endif
 
 
 # library version, used for soname and generated documentation
-LIB_VER=1.00
+LIB_VER=1.01
 LIB_SO_VER=1
 
 
-- 
1.6.2.2.646.gb214

