This repository was archived by the owner on Jan 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/** \file version.h
22 *
33 * \brief A file containing the libcdio package version
4- * number (200 ) and OS build name.
4+ * number (210 ) and OS build name.
55 */
66
77/*! CDIO_VERSION is a C-Preprocessor macro of a string that shows what
88 version is used. cdio_version_string has the same value, but it is a
99 constant variable that can be accessed at run time. */
10- #define CDIO_VERSION "2.0 .0 msvc"
10+ #define CDIO_VERSION "2.1 .0 msvc"
1111extern const char * cdio_version_string ; /**< = CDIO_VERSION */
1212
1313/*! LIBCDIO_VERSION_NUM is a C-Preprocessor macro that can be used for
1414 testing in the C preprocessor. libcdio_version_num has the same
1515 value, but it is a constant variable that can be accessed at run
1616 time. */
17- #define LIBCDIO_VERSION_NUM 200
17+ #define LIBCDIO_VERSION_NUM 210
1818
1919extern const unsigned int libcdio_version_num ; /**< = LIBCDIO_VERSION_NUM */
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ cdtext_destroy
180180cdtext_field2str
181181cdtext_genre2str
182182cdtext_lang2str
183+ cdtext_str2lang
183184cdtext_get
184185cdtext_get_const
185186cdtext_get_genre
@@ -189,8 +190,10 @@ cdtext_get_last_track
189190cdtext_init
190191cdtext_data_init
191192cdtext_list_languages
193+ cdtext_list_languages_v2
192194cdtext_set
193195cdtext_select_language
196+ cdtext_set_language_index
194197debug_cdio_mmc_feature
195198debug_cdio_mmc_feature_interface
196199debug_cdio_mmc_feature_profile
You can’t perform that action at this time.
0 commit comments