Skip to content

Commit

Permalink
project: Update for 10.2+0.94 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Mar 28, 2017
1 parent c81bfcf commit 0a5de54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SMP/cdio/paranoia/version.h
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 */
5 changes: 4 additions & 1 deletion SMP/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/* what to put between the brackets for empty arrays */
#define EMPTY_ARRAY_SIZE

/* Define to 1 if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1

/* Define 1 if you have BSDI-type CD-ROM support */
/* #undef HAVE_BSDI_CDROM */

Expand Down Expand Up @@ -193,7 +196,7 @@
#define HAVE_SYS_TIMEB_H 1

/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* #undef HAVE_SYS_TIME_H */

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
Expand Down

0 comments on commit 0a5de54

Please sign in to comment.