PiPedal 0.1.7-beta.3

Fixes #42
This commit is contained in:
Robin Davies
2022-03-19 02:00:54 -04:00
parent 79baa978c1
commit 44298d8305
+2 -2
View File
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 0.1.6
VERSION 0.1.7
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
set (DISPLAY_VERSION "v0.1.6-beta.2")
set (DISPLAY_VERSION "v0.1.7-beta.3")
set (CMAKE_INSTALL_PREFIX "/usr/")