ittiam-systems / libmpegh

MPEG-H 3D Audio Low Complexity Profile Decoder. Encoder: https://github.com/ittiam-systems/libmpeghe
http://www.ittiam.com/
BSD 3-Clause Clear License
86 stars 19 forks source link

Consistently update version number to 1.3 #72

Closed benjamin-weiss closed 8 months ago

benjamin-weiss commented 8 months ago

The versioning is currently quite a bit of a mess. There are 3 different places where a version number is used and all of them use a different version number:

  1. CMakeLists.txt file -> version 1.1
  2. impeghd_ver_number.h -> version 1.2
  3. tag -> version 1.3

This PR brings the two lower version numbers up to the latest version number used in the tag. Someone would have to move the tag to this commit after merging. If it is essential, that you keep the tag, I could also update the PR to use version number 1.3.1.