From 4334463fe01fa807e1c2e780ea728e904e21b7c6 Mon Sep 17 00:00:00 2001 From: Artem Popov Date: Tue, 1 Oct 2024 21:01:11 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2eade35..7587915 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.27) -project(libmonome VERSION 1.4.7) +project(libmonome VERSION 1.4.8) set(CMAKE_C_STANDARD 17) diff --git a/wscript b/wscript index 8d26e6b..d31e82d 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ out = "build" # change this stuff APPNAME = "libmonome" -VERSION = "1.4.7" +VERSION = "1.4.8" # # dep checking functions