From 2222dad8f259fbadd08a481953f1791cbc8f975d Mon Sep 17 00:00:00 2001 From: Ram Mohan M Date: Mon, 4 Nov 2024 14:17:38 +0530 Subject: [PATCH] bump to 1.3.0 Test: Build --- CMakeLists.txt | 2 +- ultrahdr_api.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1cc01b2..c518d85e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ if(POLICY CMP0091) endif() set(UHDR_MAJOR_VERSION 1) -set(UHDR_MINOR_VERSION 2) +set(UHDR_MINOR_VERSION 3) set(UHDR_PATCH_VERSION 0) project(libuhdr VERSION ${UHDR_MAJOR_VERSION}.${UHDR_MINOR_VERSION}.${UHDR_PATCH_VERSION} diff --git a/ultrahdr_api.h b/ultrahdr_api.h index 54c91c28..6a6edec4 100644 --- a/ultrahdr_api.h +++ b/ultrahdr_api.h @@ -71,11 +71,12 @@ * 1.2.0 1.2.0 Some bug fixes, introduced new API and renamed * existing API which warrants a major version update. * But indicated as a minor update. + * 1.3.0 1.3.0 Some bug fixes, introduced new API. */ // This needs to be kept in sync with version in CMakeLists.txt #define UHDR_LIB_VER_MAJOR 1 -#define UHDR_LIB_VER_MINOR 2 +#define UHDR_LIB_VER_MINOR 3 #define UHDR_LIB_VER_PATCH 0 #define UHDR_LIB_VERSION \