Skip to content

Commit 09ab19d

Browse files
committed
project: Update for recent upstream merge.
1 parent c89e51c commit 09ab19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SMP/cdio/paranoia/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/** \file include/cdio/paranoia/version.h
22
*
33
* \brief A file containing the libcdio-paranoia package version
4-
* number (10.2+0.94+2) and OS build name.
4+
* number (10.2+0.2.0.0) and OS build name.
55
*/
66

77
/*! LIBCDIO_PARANOIA_VERSION is a C-Preprocessor macro of a string that
88
shows what version is used. cdio_paranoia_version_string has the
99
same value, but it is a constant variable that can be accessed at
1010
run time. */
11-
#define LIBCDIO_PARANOIA_VERSION "10.2+0.94+2 msvc"
11+
#define LIBCDIO_PARANOIA_VERSION "10.2+0.2.0.0 msvc"
1212
extern const char *cdio_paranoia_version_string; /**< = LIBCDIO_PARANOIA_VERSION */

0 commit comments

Comments
 (0)