From a3ee6eaa43d812c97af002ce933b515de4a05541 Mon Sep 17 00:00:00 2001 From: Artem Popov Date: Sun, 7 Jan 2024 21:04:39 +0100 Subject: [PATCH] bump version (x2) --- CMakeLists.txt | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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