summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2008-07-31 20:23:33 +0000
committerKirill Simonov <xi@resolvent.net>2008-07-31 20:23:33 +0000
commit6ac56d31410a0f76824ae1bb9110620e618968da (patch)
tree7754097bc9ec3ad1a1fe78d772d9f9823a4500e0
parentb45749addd2b0f36745cf6204da5ad9ca0d433b9 (diff)
downloadlibyaml-hg-6ac56d31410a0f76824ae1bb9110620e618968da.tar.gz
Bumped the version number in the stable branch.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2aba399..d139c9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Define the package version numbers and the bug reporting link.
m4_define([YAML_MAJOR], 0)
-m4_define([YAML_MINOR], 0)
+m4_define([YAML_MINOR], 1)
m4_define([YAML_PATCH], 1)
m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])