summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-29 05:52:36 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-29 05:52:36 +0000
commit55a7155e72d59c9d2805115cbd5dd57a235425dd (patch)
treee93d70a6988b59af1f8634841156ab7d28368280 /configure.ac
parent052fec9cc45344bc15e26a51e0578daf8143510f (diff)
downloadlibyaml-stable.tar.gz
Bumped the version number and updated the announcement.stable
git-svn-id: http://svn.pyyaml.org/libyaml/branches/stable@374 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f94a2a5..f0fa397 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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], 3)
+m4_define([YAML_PATCH], 4)
m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
# Define the libtool version numbers; check the Autobook, Section 11.4.
@@ -19,7 +19,7 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
# YAML_AGE = 0
m4_define([YAML_RELEASE], 0)
m4_define([YAML_CURRENT], 2)
-m4_define([YAML_REVISION], 1)
+m4_define([YAML_REVISION], 2)
m4_define([YAML_AGE], 0)
# Initialize autoconf & automake.