Made number transition to 1.4.2

This commit is contained in:
2015-11-28 12:37:56 +00:00
parent 326d8b6980
commit fce487f569
10 changed files with 68 additions and 55 deletions

View File

@@ -1291,7 +1291,7 @@ int burn_drive_get_serial_no(struct burn_drive *d, char **sno, int *sno_len);
@param d The drive to inquire.
@param sno Returns the bytes of the serial number. A trailing 0-byte
is appended for convenience. There is no warranty that
*sno contains no other byte values.
*sno contains only non-zero printable bytes.
Submit *sno as NULL or pointing to free()-able memory.
Apply free() to *sno when no longer needed.
@param sno_len Returns the number of valid bytes in returned *sno,
@@ -3644,7 +3644,7 @@ void burn_version(int *major, int *minor, int *micro);
*/
#define burn_header_version_major 1
#define burn_header_version_minor 4
#define burn_header_version_micro 1
#define burn_header_version_micro 2
/** Note:
Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time.