From de04aed88005783a0010e25ccbbbae6fd1560848 Mon Sep 17 00:00:00 2001 From: f18m Date: Fri, 15 Nov 2024 00:36:05 +0100 Subject: [PATCH] Bump version to 2.6.0 --- Constants.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constants.mk b/Constants.mk index 3983a99..af2d47d 100644 --- a/Constants.mk +++ b/Constants.mk @@ -12,7 +12,7 @@ RPM_TARBALL_DIR:=/tmp/cmonitor/tarball # IMPORTANT: other places where the version must be updated: # - debian/changelog -> to release a new Ubuntu package # See also https://github.com/f18m/cmonitor/wiki/new-release -CMONITOR_VERSION:=2.5.0 +CMONITOR_VERSION:=2.6.0 CMONITOR_RELEASE:=0 ifeq ($(CMONITOR_LAST_COMMIT_HASH),)