Skip to content

Commit

Permalink
bump to 1.3.0
Browse files Browse the repository at this point in the history
Test: Build
  • Loading branch information
ram-mohan committed Nov 4, 2024
1 parent 25e4c8e commit e047b3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 4 additions & 1 deletion ultrahdr_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,14 @@
* 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 and renamed
* existing API which warrants a major version update.
* But indicated as a minor update.
*/

// 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 \
Expand Down

0 comments on commit e047b3b

Please sign in to comment.