Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
318 stars 57 forks source link

bump version number to 2.0.0 #127

Closed mbunkus closed 8 months ago

mbunkus commented 8 months ago

libEBML has already been bumped to v2. Additionally I need the #define to be set properly for conditional compilation due to the removal of KaxInfoData.h (need to include it in < v2, otherwise KaxNext/PrevUid isn't defined, have to include KaxSemantic.h in ≥ v2).