summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-30 03:28:15 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-30 03:28:15 +0000
commit205d9c2ce38f59dd28830c9884db61e5675b2886 (patch)
tree81f5790cae74db156215ba89abc04de0079a25f3 /setup.cfg
parent428faafc50d046470da82af48fd3cf9a9854b088 (diff)
downloadpyyaml-205d9c2ce38f59dd28830c9884db61e5675b2886.tar.gz
Updated the changelog and bumped the version number.
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@378 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index 932c5e2..0444d87 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,19 +17,19 @@
# The following options are used to build PyYAML Windows installer
# for Python 2.3 on my PC:
-#include_dirs=../../../libyaml/tags/0.1.3/include
-#library_dirs=../../../libyaml/tags/0.1.3/win32/vc6/output/release/lib
+#include_dirs=../../../libyaml/tags/0.1.4/include
+#library_dirs=../../../libyaml/tags/0.1.4/win32/vc6/output/release/lib
#define=YAML_DECLARE_STATIC
# The following options are used to build PyYAML Windows installer
# for Python 2.4 and Python 2.5 on my PC:
-#include_dirs=../../../libyaml/tags/0.1.3/include
-#library_dirs=../../../libyaml/tags/0.1.3/win32/vs2003/output/release/lib
+#include_dirs=../../../libyaml/tags/0.1.4/include
+#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib
#define=YAML_DECLARE_STATIC
# The following options are used to build PyYAML Windows installer
-# for Python 2.6, Python 3.0 and Python 3.1 on my PC:
-#include_dirs=../../../libyaml/tags/0.1.3/include
-#library_dirs=../../../libyaml/tags/0.1.3/win32/vs2008/output/release/lib
+# for Python 2.6, 2.7, 3.0, 3.1 and 3.2 on my PC:
+#include_dirs=../../../libyaml/tags/0.1.4/include
+#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2008/output/release/lib
#define=YAML_DECLARE_STATIC