File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
#define PACKAGE_NAME "yaml"
45
45
46
46
/* Define to the full name and version of this package. */
47
- #define PACKAGE_STRING "yaml 0.2.1 "
47
+ #define PACKAGE_STRING "yaml 0.2.5 "
48
48
49
49
/* Define to the one symbol short name of this package. */
50
50
#define PACKAGE_TARNAME "yaml"
53
53
#define PACKAGE_URL ""
54
54
55
55
/* Define to the version of this package. */
56
- #define PACKAGE_VERSION "0.2.1 "
56
+ #define PACKAGE_VERSION "0.2.5 "
57
57
58
58
/* Define to 1 if you have the ANSI C header files. */
59
59
#define STDC_HEADERS 1
60
60
61
61
/* Version number of package */
62
- #define VERSION "0.2.1 "
62
+ #define VERSION "0.2.5 "
63
63
64
64
/* Define the major version number. */
65
65
#define YAML_VERSION_MAJOR 0
68
68
#define YAML_VERSION_MINOR 2
69
69
70
70
/* Define the patch version number. */
71
- #define YAML_VERSION_PATCH 1
71
+ #define YAML_VERSION_PATCH 5
72
72
73
73
/* Define the version string. */
74
- #define YAML_VERSION_STRING "0.2.1 "
74
+ #define YAML_VERSION_STRING "0.2.5 "
75
75
76
76
/* Define to empty if `const' does not conform to ANSI C. */
77
77
/* #undef const */
You can’t perform that action at this time.
0 commit comments