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

Commit 59cc799

Browse files
committed
project: Update for 2.0.0 merge.
1 parent 151208f commit 59cc799

1 file changed

Lines changed: 3 additions & 3 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 (110) and OS build name.
4+
* number (200) 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 "1.1.0 msvc"
10+
#define CDIO_VERSION "2.0.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 110
17+
#define LIBCDIO_VERSION_NUM 200
1818

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

0 commit comments

Comments
 (0)