From 98959abec548077d8efe8430ae85f7e107caf406 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 31 Dec 2023 19:19:27 +0100 Subject: [PATCH] prepare next release 3.4 Signed-off-by: Martin --- .github/workflows/build.yml | 8 +++++--- CHANGELOG | 1 + openhantek/src/OH_VERSION.h | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b639e001..a90501ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,11 @@ jobs: # --- Clone the latest commit --- - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + fetch-tags: true + submodules: recursive + fetch-depth: 0 # --- Config git and get the version from "git describe" --- - name: Config Git @@ -50,8 +54,6 @@ jobs: run: | git config user.email "Ho-Ro@users.noreply.github.com" git config user.name "Ho-Ro" - git fetch --prune --unshallow --tags || true - git submodule update --init --recursive echo "git_describe=$(git describe)" echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT diff --git a/CHANGELOG b/CHANGELOG index c982a80e..b87119c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +2023-12-31 (f986d63): prepare next release 3.4 2023-12-29 (73de8e3): replace outdated CHANGELOG; small reformatting of MDSO model 2023-12-28 (b5e1aee): fix #390 2023-12-23 (1c3a681): tool update diff --git a/openhantek/src/OH_VERSION.h b/openhantek/src/OH_VERSION.h index 368b1572..427273d9 100644 --- a/openhantek/src/OH_VERSION.h +++ b/openhantek/src/OH_VERSION.h @@ -9,7 +9,7 @@ // next line shall define either OH_VERSION or LAST_OH_VERSION // -#define OH_VERSION "3.4-rc1" +#define OH_VERSION "3.4-rc1" // do not edit below