summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-07-31 20:23:33 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-07-31 20:23:33 +0000
commitb4deab36738c11e40398f60bb519203a6de20ecc (patch)
tree7754097bc9ec3ad1a1fe78d772d9f9823a4500e0
parent455c5005569131898f85f85880681997302e0da0 (diff)
downloadlibyaml-b4deab36738c11e40398f60bb519203a6de20ecc.tar.gz
Bumped the version number in the stable branch.
git-svn-id: http://svn.pyyaml.org/libyaml/branches/stable@271 18f92427-320e-0410-9341-c67f048884a3
-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])