mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/psych] Bump version strings for header file
https://github.com/ruby/psych/commit/68da645c7e
This commit is contained in:
parent
70a4599869
commit
7cdfc2b5fc
1 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@
|
||||||
#define PACKAGE_NAME "yaml"
|
#define PACKAGE_NAME "yaml"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "yaml 0.2.1"
|
#define PACKAGE_STRING "yaml 0.2.5"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "yaml"
|
#define PACKAGE_TARNAME "yaml"
|
||||||
|
@ -53,13 +53,13 @@
|
||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "0.2.1"
|
#define PACKAGE_VERSION "0.2.5"
|
||||||
|
|
||||||
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if you have the ANSI C header files. */
|
||||||
#define STDC_HEADERS 1
|
#define STDC_HEADERS 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.2.1"
|
#define VERSION "0.2.5"
|
||||||
|
|
||||||
/* Define the major version number. */
|
/* Define the major version number. */
|
||||||
#define YAML_VERSION_MAJOR 0
|
#define YAML_VERSION_MAJOR 0
|
||||||
|
@ -68,10 +68,10 @@
|
||||||
#define YAML_VERSION_MINOR 2
|
#define YAML_VERSION_MINOR 2
|
||||||
|
|
||||||
/* Define the patch version number. */
|
/* Define the patch version number. */
|
||||||
#define YAML_VERSION_PATCH 1
|
#define YAML_VERSION_PATCH 5
|
||||||
|
|
||||||
/* Define the version string. */
|
/* Define the version string. */
|
||||||
#define YAML_VERSION_STRING "0.2.1"
|
#define YAML_VERSION_STRING "0.2.5"
|
||||||
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||||||
/* #undef const */
|
/* #undef const */
|
||||||
|
|
Loading…
Reference in a new issue