Skip to content

Commit

Permalink
new version 3.3.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
  • Loading branch information
Ho-Ro committed Mar 8, 2023
1 parent 7f6a3ac commit 27a16a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
# delete the unstable tag ...
# COMMAND ${GIT_EXECUTABLE} tag -d unstable
# ... to get the real versioned tag
COMMAND ${GIT_EXECUTABLE} describe --dirty
COMMAND ${GIT_EXECUTABLE} describe --tags --dirty
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
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 Last_OH_VERSION "3.3.2.1"
#define OH_VERSION "3.3.2.2"


// do not edit below
Expand Down

0 comments on commit 27a16a9

Please sign in to comment.