Skip to content

Commit

Permalink
📌 v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Jul 18, 2021
1 parent 375d78a commit 4d30b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(ENDN_ENABLE_TESTS OFF CACHE BOOL "Enable Endn unit tests")
# Project version must be set here
set(ENDN_VERSION_MAJOR 1)
set(ENDN_VERSION_MINOR 3)
set(ENDN_VERSION_PATCH 0)
set(ENDN_VERSION_PATCH 1)
set(ENDN_VERSION ${ENDN_VERSION_MAJOR}.${ENDN_VERSION_MINOR}.${ENDN_VERSION_PATCH} CACHE STRING "Endn Version")

if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
Expand Down

0 comments on commit 4d30b02

Please sign in to comment.