summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-27 19:17:42 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-27 19:17:42 +0000
commite94ef3dbd7c50b13f1458dc100b72e1b33628356 (patch)
tree66a29863401b03c7b55ab06dbfeb568e2220911b
parent248771484b7fe5e9766d5bacdf2ee77108e7a217 (diff)
downloadlibyaml-e94ef3dbd7c50b13f1458dc100b72e1b33628356.tar.gz
Bumped the version number.
git-svn-id: http://svn.pyyaml.org/libyaml/branches/stable@316 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--configure.ac6
-rw-r--r--win32/config.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d139c9d..f494c1a 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], 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)
diff --git a/win32/config.h b/win32/config.h
index 4b80527..7e17a28 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -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" \ No newline at end of file
+#define YAML_VERSION_MINOR 1
+#define YAML_VERSION_PATCH 2
+#define YAML_VERSION_STRING "0.1.2"