Index: /libyaml/branches/stable/announcement.msg
===================================================================
--- /libyaml/branches/stable/announcement.msg	(revision 318)
+++ /libyaml/branches/stable/announcement.msg	(revision 357)
@@ -1,5 +1,5 @@
 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
@@ -7,5 +7,5 @@
 
 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: /libyaml/branches/stable/win32/config.h
===================================================================
--- /libyaml/branches/stable/win32/config.h	(revision 316)
+++ /libyaml/branches/stable/win32/config.h	(revision 357)
@@ -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"
Index: /libyaml/branches/stable/configure.ac
===================================================================
--- /libyaml/branches/stable/configure.ac	(revision 344)
+++ /libyaml/branches/stable/configure.ac	(revision 357)
@@ -4,5 +4,5 @@
 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])
 
@@ -20,5 +20,5 @@
 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)
 
