mirror of
https://github.com/yaml/libyaml.git
synced 2026-01-26 11:14:28 +00:00
Update configure.ac for 0.2.2
This commit is contained in:
parent
24a020a1a2
commit
690a781ef6
@ -3,7 +3,7 @@
|
||||
# Define the package version numbers and the bug reporting link.
|
||||
m4_define([YAML_MAJOR], 0)
|
||||
m4_define([YAML_MINOR], 2)
|
||||
m4_define([YAML_PATCH], 1)
|
||||
m4_define([YAML_PATCH], 2)
|
||||
m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new])
|
||||
|
||||
# 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])
|
||||
# YAML_AGE = 0
|
||||
m4_define([YAML_RELEASE], 0)
|
||||
m4_define([YAML_CURRENT], 2)
|
||||
m4_define([YAML_REVISION], 5)
|
||||
m4_define([YAML_REVISION], 6)
|
||||
m4_define([YAML_AGE], 0)
|
||||
|
||||
# Initialize autoconf & automake.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user