We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8595192 commit f20ba3fCopy full SHA for f20ba3f
SMP/cdio/paranoia/version.h
@@ -1,12 +1,12 @@
1
/** \file include/cdio/paranoia/version.h
2
*
3
* \brief A file containing the libcdio-paranoia package version
4
- * number (10.2+0.2.0.0) and OS build name.
+ * number (10.2+0.2.0.2) and OS build name.
5
*/
6
7
/*! LIBCDIO_PARANOIA_VERSION is a C-Preprocessor macro of a string that
8
shows what version is used. cdio_paranoia_version_string has the
9
same value, but it is a constant variable that can be accessed at
10
run time. */
11
-#define LIBCDIO_PARANOIA_VERSION "10.2+0.2.0.0 msvc"
+#define LIBCDIO_PARANOIA_VERSION "10.2+0.2.0.2 msvc"
12
extern const char *cdio_paranoia_version_string; /**< = LIBCDIO_PARANOIA_VERSION */
0 commit comments