]> andersk Git - libyaml.git/blobdiff - configure.ac
Bumped the version number.
[libyaml.git] / configure.ac
index d139c9d8c67949d54009fa47abb67ed1532b8ba2..f494c1a44e9f2683ea0ed1bfa88283e29760ff0d 100644 (file)
@@ -3,7 +3,7 @@
 # Define the package version numbers and the bug reporting link.
 m4_define([YAML_MAJOR], 0)
 m4_define([YAML_MINOR], 1)
-m4_define([YAML_PATCH], 1)
+m4_define([YAML_PATCH], 2)
 m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
 
 # Define the libtool version numbers; check the Autobook, Section 11.4.
@@ -18,9 +18,9 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
 #       else:
 #           YAML_AGE = 0
 m4_define([YAML_RELEASE], 0)
-m4_define([YAML_CURRENT], 1)
+m4_define([YAML_CURRENT], 2)
 m4_define([YAML_REVISION], 0)
-m4_define([YAML_AGE], 0)
+m4_define([YAML_AGE], 1)
 
 # Initialize autoconf & automake.
 AC_PREREQ(2.59)
This page took 0.039436 seconds and 4 git commands to generate.