Skip to content

Commit

Permalink
Fixed verison in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Oct 21, 2020
1 parent ebd5bce commit dc326d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fineftp-server/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5.1)

project(server)
set(PROJECT_VERSION_STRING 1.0.4)
set(PROJECT_VERSION_STRING 1.0.6)
set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 0)
set(PROJECT_VERSION_PATCH 4)
set(PROJECT_VERSION_PATCH 6)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit dc326d4

Please sign in to comment.