From 9530a013d07fc0ab9c632ce2a6e30140b515868c Mon Sep 17 00:00:00 2001 From: Jan Becker Date: Fri, 10 Nov 2023 15:26:55 +0100 Subject: [PATCH] Bump version to 6.0.1 --- src/system/libs/seiscomp/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libs/seiscomp/version.h b/src/system/libs/seiscomp/version.h index 97b44637..9dec2dea 100644 --- a/src/system/libs/seiscomp/version.h +++ b/src/system/libs/seiscomp/version.h @@ -26,7 +26,7 @@ #define SEISCOMP_VERSION_MAJOR 6 #define SEISCOMP_VERSION_MINOR 0 -#define SEISCOMP_VERSION_PATCH 0 +#define SEISCOMP_VERSION_PATCH 1 #define SEISCOMP_VERSION ((SEISCOMP_VERSION_MAJOR << 0x10) |\ (SEISCOMP_VERSION_MINOR << 0x08) |\