Release 1.17.1

This commit is contained in:
sithlord48 2024-11-07 09:22:32 -05:00
parent 9929b09088
commit a80cea3ca7
No known key found for this signature in database
GPG Key ID: 48EEF647C1D0A185

View File

@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.24)
# Fallback for when git can not be found
set(DESKFLOW_VERSION_MAJOR 1)
set(DESKFLOW_VERSION_MINOR 17)
set(DESKFLOW_VERSION_PATCH 0)
set(DESKFLOW_VERSION_PATCH 1)
set(DESKFLOW_VERSION_TWEAK 0)
# Get the version from git if it's a git repository