From: Mathieu Baudier Date: Tue, 19 Dec 2023 05:39:21 +0000 (+0100) Subject: Merge tag 'v2.3.9' into testing X-Git-Tag: v2.1.5~1 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=c5fcf8644b6a8e6f0881f4fa9a224fd87124058c;hp=08bc9ba6656515e235eb269c31bc2b1e93748055;p=cc0%2Fargeo-build.git Merge tag 'v2.3.9' into testing --- diff --git a/branch.mk b/branch.mk index c040e63..02caedb 100644 --- a/branch.mk +++ b/branch.mk @@ -1,3 +1,3 @@ # WARNING: this Makefile is for Argeo Build to build itself # and is not meant to be included or used in regular builds -BRANCH=unstable \ No newline at end of file +BRANCH=testing \ No newline at end of file diff --git a/common.mk b/common.mk index 46b0398..bc1bff9 100644 --- a/common.mk +++ b/common.mk @@ -1,5 +1,5 @@ build-major=2 -build-minor=3 +build-minor=1 # Required third party libraries ECJ_MAJOR=3 diff --git a/sdk/branches/testing.bnd b/sdk/branches/testing.bnd new file mode 100644 index 0000000..a8c7ddb --- /dev/null +++ b/sdk/branches/testing.bnd @@ -0,0 +1,6 @@ +major=2 +minor=1 +micro=4 +qualifier=.next + +SPDX-License-Identifier=CC0-1.0 \ No newline at end of file