]> andersk Git - libyaml.git/commitdiff
Preparing the 0.1.3 release.
authorKirill Simonov <xi@resolvent.net>
Sat, 29 Aug 2009 23:08:25 +0000 (23:08 +0000)
committerKirill Simonov <xi@resolvent.net>
Sat, 29 Aug 2009 23:08:25 +0000 (23:08 +0000)
announcement.msg
configure.ac
win32/config.h

index e305c173e21cfe7ac4c536f79a785009d7607cdd..8c05340d2c0b001ba626adf13841f309da084664 100644 (file)
@@ -1,12 +1,12 @@
 From: Kirill Simonov <xi@gamma.dn.ua>
 To: yaml-core@lists.sourceforge.net
-Subject: LibYAML-0.1.2: A minor bugfix release
+Subject: LibYAML-0.1.3: A minor bugfix release
 
 This is a minor bugfix release of LibYAML, a YAML parser and emitter
 written in C.
 
 LibYAML homepage:   http://pyyaml.org/wiki/LibYAML
-TAR.GZ package:     http://pyyaml.org/download/libyaml/yaml-0.1.2.tar.gz
+TAR.GZ package:     http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz
 SVN repository:     http://svn.pyyaml.org/libyaml/branches/stable
 Bug tracker:        http://pyyaml.org/newticket?component=libyaml
 
index 29b303fff05262249ca3530e3518d9b21e9d0a78..6719caa2df91af9b206480f8c1e02b41a9581363 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], 2)
+m4_define([YAML_PATCH], 3)
 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], 0)
+m4_define([YAML_REVISION], 1)
 m4_define([YAML_AGE], 0)
 
 # Initialize autoconf & automake.
index 7e17a284daa8ab0a01fe6d1b8477b2e631ef16a1..bea85c9c9c76fa11992b7f93628241b1e58c3f86 100644 (file)
@@ -1,4 +1,4 @@
 #define YAML_VERSION_MAJOR 0
 #define YAML_VERSION_MINOR 1
-#define YAML_VERSION_PATCH 2
-#define YAML_VERSION_STRING "0.1.2"
+#define YAML_VERSION_PATCH 3
+#define YAML_VERSION_STRING "0.1.3"
This page took 0.133153 seconds and 5 git commands to generate.