Skip to content

Commit

Permalink
Update version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanJakobo committed Jun 16, 2023
1 parent 42d9225 commit 4fc8b98
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
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED (VERSION 3.10.1)

PROJECT (Pocketbook-Nextcloud VERSION 1.05)
PROJECT (Pocketbook-Nextcloud VERSION 1.10)
set(CMAKE_CXX_STANDARD 17)

set(CMAKE_SYSTEM_NAME Linux)
Expand Down Expand Up @@ -91,7 +91,7 @@ target_compile_options(Nextcloud.app PRIVATE -Wall -Wextra -Wpedantic -Werror -p


TARGET_LINK_LIBRARIES (Nextcloud.app PRIVATE inkview freetype curl sqlite3 stdc++fs)
target_compile_definitions(Nextcloud.app PRIVATE DBVERSION=2 PROGRAMVERSION="1.05")
target_compile_definitions(Nextcloud.app PRIVATE DBVERSION=2 PROGRAMVERSION="1.10")

INSTALL (TARGETS Nextcloud.app)

0 comments on commit 4fc8b98

Please sign in to comment.