Skip to content

Commit f20ba3f

Browse files
committed
prpject: Update for 10.2-2.0.2 merge.
1 parent 8595192 commit f20ba3f

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.2.0.0) and OS build name.
4+
* number (10.2+0.2.0.2) 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.2.0.0 msvc"
11+
#define LIBCDIO_PARANOIA_VERSION "10.2+0.2.0.2 msvc"
1212
extern const char *cdio_paranoia_version_string; /**< = LIBCDIO_PARANOIA_VERSION */

0 commit comments

Comments
 (0)