Skip to content

Commit

Permalink
prepare next release 3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Dec 31, 2023
1 parent f986d63 commit 98959ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,8 +54,6 @@ jobs:
run: |
git config user.email "[email protected]"
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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion openhantek/src/OH_VERSION.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98959ab

Please sign in to comment.