From 521de774cfffc72457e609db64bfe4154415c33c Mon Sep 17 00:00:00 2001 From: Pascal Proulx Date: Fri, 22 Dec 2023 21:48:24 -0500 Subject: [PATCH] RELEASE 3.0.0 version increase --- README.md | 2 +- framework/base/config/scipiometainfo.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c4df83243..be0e839b1f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ provides you with the latest stable version with important updates: * git checkout master Note it is also possible to checkout specific version tags as well as stable -version series this way (e.g., git checkout 2.x), but main branch typically +version series this way (e.g., git checkout 3.0.0), but main branch typically contains the desirable setup for most demo, server and client usages. ### Installation Process diff --git a/framework/base/config/scipiometainfo.properties b/framework/base/config/scipiometainfo.properties index 848367f46f..630f818730 100644 --- a/framework/base/config/scipiometainfo.properties +++ b/framework/base/config/scipiometainfo.properties @@ -4,8 +4,8 @@ scipio.release.group=com.ilscipio.scipio.ce scipio.release.desc=SCIPIO ERP Community Edition scipio.release.branch=dev scipio.release.vcbranch=master -scipio.release.version=2.0.0 -scipio.release.version.general=2.0 -scipio.release.version.major=2 +scipio.release.version=3.0.0 +scipio.release.version.general=3.0 +scipio.release.version.major=3 scipio.release.version.minor=0 scipio.release.version.revision=0