From 869ece2be6c6c49e128a4f32ddcd81bba3f99421 Mon Sep 17 00:00:00 2001 From: Stanislas Daniel Claude Dolcini Date: Sat, 30 Nov 2024 10:38:12 +0100 Subject: [PATCH] Fix version macros Bump minor version to 5 Add patch version (52) --- cmp_compressonatorlib/compressonator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmp_compressonatorlib/compressonator.h b/cmp_compressonatorlib/compressonator.h index b78cdd918..4d5aae240 100644 --- a/cmp_compressonatorlib/compressonator.h +++ b/cmp_compressonatorlib/compressonator.h @@ -28,7 +28,8 @@ #define COMPRESSONATOR_H #define AMD_COMPRESS_VERSION_MAJOR 4 // The major version number of this release. -#define AMD_COMPRESS_VERSION_MINOR 3 // The minor version number of this release. +#define AMD_COMPRESS_VERSION_MINOR 5 // The minor version number of this release. +#define AMD_COMPRESS_VERSION_PATCH 52 // The patch version number of this release. #include #include