diff --git a/CMakeLists.txt b/CMakeLists.txt index 25d33b6..8bb738e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.27) -project(libmonome VERSION 1.4.5) +project(libmonome VERSION 1.4.7) include(GNUInstallDirs) diff --git a/wscript b/wscript index b9287d1..8d26e6b 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ out = "build" # change this stuff APPNAME = "libmonome" -VERSION = "1.4.5" +VERSION = "1.4.7" # # dep checking functions