Skip to content

Commit 8f14ceb

Browse files
committed
Bump version to 0.2.6
1 parent d3c649c commit 8f14ceb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.5.{build}
1+
version: 0.2.6.{build}
22

33
image:
44
- Visual Studio 2015

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project (yaml C)
44

55
set (YAML_VERSION_MAJOR 0)
66
set (YAML_VERSION_MINOR 2)
7-
set (YAML_VERSION_PATCH 5)
7+
set (YAML_VERSION_PATCH 6)
88
set (YAML_VERSION_STRING "${YAML_VERSION_MAJOR}.${YAML_VERSION_MINOR}.${YAML_VERSION_PATCH}")
99

1010
option(BUILD_SHARED_LIBS "Build libyaml as a shared library" OFF)

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Define the package version numbers and the bug reporting link.
44
m4_define([YAML_MAJOR], 0)
55
m4_define([YAML_MINOR], 2)
6-
m4_define([YAML_PATCH], 5)
6+
m4_define([YAML_PATCH], 6)
77
m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new])
88

99
# Define the libtool version numbers; check the Autobook, Section 11.4.
@@ -19,7 +19,7 @@ m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new])
1919
# YAML_AGE = 0
2020
m4_define([YAML_RELEASE], 0)
2121
m4_define([YAML_CURRENT], 2)
22-
m4_define([YAML_REVISION], 9)
22+
m4_define([YAML_REVISION], 10)
2323
m4_define([YAML_AGE], 0)
2424

2525
# Initialize autoconf & automake.

0 commit comments

Comments
 (0)