v1.2.41 version strings.

This commit is contained in:
Robin Davies
2024-08-21 18:32:49 -04:00
parent 4513e3ab3e
commit 060d02a2f8
6 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 1,2,41
VERSION 1.2.41
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
set (DISPLAY_VERSION "v1,2,41")
set (DISPLAY_VERSION "v1.2.41")
set (CMAKE_INSTALL_PREFIX "/usr/")