Skip to content

Commit

Permalink
version 0.0.36
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
  • Loading branch information
thliebig committed Oct 22, 2023
1 parent 782a738 commit 5f36e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.0)
# default
set(LIB_VERSION_MAJOR 0)
set(LIB_VERSION_MINOR 0)
set(LIB_VERSION_PATCH 35)
set(LIB_VERSION_PATCH 36)
set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})

set(VERSION "v${LIB_VERSION_STRING}")
Expand All @@ -23,7 +23,7 @@ ENDIF()

#ADD_DEFINITIONS( -D__SSE2__ )

set(VERSION "v0.0.35")
set(VERSION "v0.0.36")

# add git revision
IF(EXISTS ${PROJECT_SOURCE_DIR}/.git )
Expand Down

0 comments on commit 5f36e7f

Please sign in to comment.