]> andersk Git - libyaml.git/commitdiff
Bumped the version number.
authorKirill Simonov <xi@resolvent.net>
Sat, 27 Dec 2008 19:17:42 +0000 (19:17 +0000)
committerKirill Simonov <xi@resolvent.net>
Sat, 27 Dec 2008 19:17:42 +0000 (19:17 +0000)
configure.ac
win32/config.h

index d139c9d8c67949d54009fa47abb67ed1532b8ba2..f494c1a44e9f2683ea0ed1bfa88283e29760ff0d 100644 (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)
index 4b8052778da45cceca97d214559253d966eb8c92..7e17a284daa8ab0a01fe6d1b8477b2e631ef16a1 100644 (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"
\ No newline at end of file
+#define YAML_VERSION_MINOR 1
+#define YAML_VERSION_PATCH 2
+#define YAML_VERSION_STRING "0.1.2"
This page took 0.258851 seconds and 5 git commands to generate.