Skip to content

Commit

Permalink
release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Sep 12, 2023
1 parent 319d6ec commit 2ccd529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

cmake_minimum_required(VERSION 3.18)

project(restund VERSION 0.5.0 LANGUAGES C)
project(restund VERSION 3.5.0 LANGUAGES C)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)

Expand Down Expand Up @@ -79,10 +79,10 @@ endif()
find_package(re CONFIG REQUIRED HINTS ../re/cmake)

list(APPEND RE_DEFINITIONS
-DVERSION="${PROJECT_VERSION}"
VERSION="${PROJECT_VERSION}"
)

add_definitions(${RE_DEFINITIONS})
add_compile_definitions(${RE_DEFINITIONS})

include_directories(
include
Expand Down

0 comments on commit 2ccd529

Please sign in to comment.