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 98959ab commit 3b12af2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:

# --- Clone the latest commit ---
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
submodules: recursive
fetch-depth: 0
uses: actions/checkout@v3
with:
fetch-tags: true
submodules: recursive
fetch-depth: 0

# --- Config git and get the version from "git describe" ---
- name: Config Git
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 (98959ab): prepare next release 3.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
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 3b12af2

Please sign in to comment.