From 09c8cf04af948d073558272d27cc6b0ee7445435 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 11 May 2012 19:09:01 +0200 Subject: [PATCH] Version is now 0.21-pre. --- README.md | 5 +++++ build.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb51e95..5eee6a0e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h ## Changelog +### v0.21 - *2012-05-??* + +* + + ### v0.20 - *2012-05-11* * adds image preview diff --git a/build.properties b/build.properties index 6afaa586..849a0818 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ # project project.name = h5ai -project.version = 0.20 +project.version = 0.21-pre # src src.dir = src