Skip to content

Commit 68da645

Browse files
committed
Bump version strings for header file
1 parent 3999619 commit 68da645

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/psych/yaml/config.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define PACKAGE_NAME "yaml"
4545

4646
/* 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"
4848

4949
/* Define to the one symbol short name of this package. */
5050
#define PACKAGE_TARNAME "yaml"
@@ -53,13 +53,13 @@
5353
#define PACKAGE_URL ""
5454

5555
/* Define to the version of this package. */
56-
#define PACKAGE_VERSION "0.2.1"
56+
#define PACKAGE_VERSION "0.2.5"
5757

5858
/* Define to 1 if you have the ANSI C header files. */
5959
#define STDC_HEADERS 1
6060

6161
/* Version number of package */
62-
#define VERSION "0.2.1"
62+
#define VERSION "0.2.5"
6363

6464
/* Define the major version number. */
6565
#define YAML_VERSION_MAJOR 0
@@ -68,10 +68,10 @@
6868
#define YAML_VERSION_MINOR 2
6969

7070
/* Define the patch version number. */
71-
#define YAML_VERSION_PATCH 1
71+
#define YAML_VERSION_PATCH 5
7272

7373
/* Define the version string. */
74-
#define YAML_VERSION_STRING "0.2.1"
74+
#define YAML_VERSION_STRING "0.2.5"
7575

7676
/* Define to empty if `const' does not conform to ANSI C. */
7777
/* #undef const */

0 commit comments

Comments
 (0)