Bumped the version number.

This commit is contained in:
Kirill Simonov
2008-12-27 19:17:42 +00:00
parent 561ca6de7b
commit 7e26b2e9af
2 changed files with 6 additions and 6 deletions
+3 -3
View 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)
+3 -3
View File
@@ -1,4 +1,4 @@
#define YAML_VERSION_MAJOR 0
#define YAML_VERSION_MINOR 0
#define YAML_VERSION_PATCH 1
#define YAML_VERSION_STRING "0.0.1"
#define YAML_VERSION_MINOR 1
#define YAML_VERSION_PATCH 2
#define YAML_VERSION_STRING "0.1.2"