From d15dca2ae3b0d6e71c799fb4a439a71bc91cd4c4 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Tue, 16 Sep 2025 10:45:15 +0200 Subject: [PATCH] chore: prepare for release 3.17.2 Signed-off-by: Jyrki Gadinger --- VERSION.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index ebf1526c44..b373d9e0f5 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -7,10 +7,10 @@ # ------------------------------------ set(MIRALL_VERSION_MAJOR 3) set(MIRALL_VERSION_MINOR 17) -set(MIRALL_VERSION_PATCH 1) +set(MIRALL_VERSION_PATCH 2) set(MIRALL_VERSION_YEAR 2025) set(MIRALL_SOVERSION 0) -set(MIRALL_PREVERSION_HUMAN "3.17.1") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. +set(MIRALL_PREVERSION_HUMAN "3.17.2") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. set(NCEXT_BUILD_NUM 47) set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM})