Skip to content

Commit

Permalink
Fix version numbering inconsistencies - #85
Browse files Browse the repository at this point in the history
Significance:
-------------
- Fixes inconsistent version numbering

Tests:
------
- Build tests
  • Loading branch information
SakethSathuvalli committed Jun 12, 2024
1 parent ac57c20 commit 1b8c07a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.8)

project (MPEG-H_Decoder VERSION 1.3)
project (MPEG-H_Decoder VERSION 1.6)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
1 change: 0 additions & 1 deletion decoder/ia_core_coder_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#define IA_CORE_CODER_DEFINITIONS_H

#define LIBNAME "IA_MPEG_H_3D_AUD_DEC"
#define LIBVERSION "1.1"

#define LIB_APIVERSION_MAJOR 1
#define LIB_APIVERSION_MINOR 10
Expand Down

0 comments on commit 1b8c07a

Please sign in to comment.