Made number transition to 0.7.7

This commit is contained in:
2010-01-23 10:40:11 +00:00
parent da1d260753
commit 15fbe0a7ea
9 changed files with 119 additions and 136 deletions

View File

@ -12,7 +12,7 @@ or take special precautions to interface with the library by 64 bit integers
where this .h files prescribe off_t.
To prevent 64 bit file i/o in the library would keep the application from
producing and processing ISO images of more than 2 GB size.
processing tracks of more than 2 GB size.
*/
#include <sys/types.h>
@ -2616,11 +2616,11 @@ void burn_version(int *major, int *minor, int *micro);
*/
#define burn_header_version_major 0
#define burn_header_version_minor 7
#define burn_header_version_micro 5
#define burn_header_version_micro 7
/** Note:
Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time.
For the library compatibility check BURN_*_VERSION in configure.ac
For the library compatibility check, BURN_*_VERSION in configure.ac
are not decisive. Only the three numbers above do matter.
*/
/** Usage discussion: