forked from libcdio/libcdio-paranoia
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project: Update for 10.2+0.94 merge.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/** \file include/cdio/paranoia/version.h | ||
* | ||
* \brief A file containing the libcdio-paranoia package version | ||
* number (10.2+0.93+2) and OS build name. | ||
* number (10.2+0.94+2) and OS build name. | ||
*/ | ||
|
||
/*! LIBCDIO_PARANOIA_VERSION is a C-Preprocessor macro of a string that | ||
shows what version is used. cdio_paranoia_version_string has the | ||
same value, but it is a constant variable that can be accessed at | ||
run time. */ | ||
#define LIBCDIO_PARANOIA_VERSION "10.2+0.93+2 msvc" | ||
#define LIBCDIO_PARANOIA_VERSION "10.2+0.94+2 msvc" | ||
extern const char *cdio_paranoia_version_string; /**< = LIBCDIO_PARANOIA_VERSION */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters