From 77b5280205000cd0b95e465ad747af02fba7530f Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Wed, 13 May 2015 11:33:35 +0200 Subject: [PATCH] Change package version and README --- README.md | 4 ++-- generate.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b32f0b1..8127df6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ These are the source of the contextualization packages used by VM to be configur ## Development -To contribute bug patches or new features, you can use the github Pull Request model. It is assumed that code and documentation are contributed under the Apache License 2.0. +To contribute bug patches or new features, you can use the github Pull Request model. It is assumed that code and documentation are contributed under the Apache License 2.0. More info: * [How to Contribute](http://opennebula.org/addons/contribute/) @@ -20,7 +20,7 @@ More info: ## Compatibility -This add-on is compatible with OpenNebula 4.6. +This add-on is compatible with OpenNebula >= 4.6. ## Requirements diff --git a/generate.sh b/generate.sh index cd923c2..cd10688 100755 --- a/generate.sh +++ b/generate.sh @@ -16,7 +16,7 @@ # limitations under the License. # #--------------------------------------------------------------------------- # -VERSION=${VERSION:-4.10.0} +VERSION=${VERSION:-4.13.0} MAINTAINER=${MAINTAINER:-C12G Labs } LICENSE=${LICENSE:-Apache 2.0} PACKAGE_NAME=${PACKAGE_NAME:-one-context}