Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 9e4b281

Browse files
committed
projct: Update for 2.1.0 merge.
1 parent 903d6db commit 9e4b281

3 files changed

Lines changed: 26 additions & 23 deletions

File tree

SMP/cdio/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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"
1111
extern 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

1919
extern const unsigned int libcdio_version_num; /**< = LIBCDIO_VERSION_NUM */

SMP/libcdio.def

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ cdtext_destroy
180180
cdtext_field2str
181181
cdtext_genre2str
182182
cdtext_lang2str
183+
cdtext_str2lang
183184
cdtext_get
184185
cdtext_get_const
185186
cdtext_get_genre
@@ -189,8 +190,10 @@ cdtext_get_last_track
189190
cdtext_init
190191
cdtext_data_init
191192
cdtext_list_languages
193+
cdtext_list_languages_v2
192194
cdtext_set
193195
cdtext_select_language
196+
cdtext_set_language_index
194197
debug_cdio_mmc_feature
195198
debug_cdio_mmc_feature_interface
196199
debug_cdio_mmc_feature_profile

0 commit comments

Comments
 (0)