Skip to content

Commit

Permalink
Consistently update version number to 1.3 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Weiss <[email protected]>
  • Loading branch information
benjamin-weiss and Benjamin Weiss authored Oct 16, 2023
1 parent 182ebcc commit b9d18df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1)
project (MPEG-H_Decoder VERSION 1.3)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
6 changes: 3 additions & 3 deletions decoder/impeghd_ver_number.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
#define IMPEGHD_VER_NUMBER_H

#ifdef _ARM_
#define MPEG_H_3D_AUD_DEC_ITTIAM_VER "_ARM $Rev: 1.2 $"
#define MPEG_H_3D_AUD_DEC_ITTIAM_VER "_ARM $Rev: 1.3 $"
#elif _X86_
#define MPEG_H_3D_AUD_DEC_ITTIAM_VER "_X86 $Rev: 1.2 $"
#define MPEG_H_3D_AUD_DEC_ITTIAM_VER "_X86 $Rev: 1.3 $"
#else
#define MPEG_H_3D_AUD_DEC_ITTIAM_VER "_MSVC $Rev: 1.2 $"
#define MPEG_H_3D_AUD_DEC_ITTIAM_VER "_MSVC $Rev: 1.3 $"
#endif

#endif /* IMPEGHD_VER_NUMBER_H */

0 comments on commit b9d18df

Please sign in to comment.