Loading...
Searching...
No Matches
Go to the documentation of this file.
25#ifndef BLURAY_VERSION_H_
26#define BLURAY_VERSION_H_
29#define BLURAY_VERSION_CODE(major, minor, micro) \
30 (((major) * 10000) + \
35#define BLURAY_VERSION_MAJOR 1
38#define BLURAY_VERSION_MINOR 3
41#define BLURAY_VERSION_MICRO 4
44#define BLURAY_VERSION_STRING "1.3.4"
47#define BLURAY_VERSION \
48 BLURAY_VERSION_CODE(BLURAY_VERSION_MAJOR, BLURAY_VERSION_MINOR, BLURAY_VERSION_MICRO)