summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2014-02-04 22:17:01 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2014-02-06 04:17:48 -0500
commit55f228def3b46dbc16a2a9114c1ebc3a47a26019 (patch)
tree7735bf5d04664c13c751d5938eb34f5a1de721e9
parent3ce8409c7d8c9087c124134573887decca4f0dc9 (diff)
downloadpycurl-55f228def3b46dbc16a2a9114c1ebc3a47a26019.tar.gz
curl 7.35.0 has been released
-rw-r--r--.travis.yml8
-rw-r--r--winbuild.py2
2 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b3d25a..33d2cfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,19 +16,19 @@ matrix:
env: USECURL=7.19.0
- python: 2.7
env:
- - USECURL=7.34.0
+ - USECURL=7.35.0
- USESSL=openssl
- python: 2.7
env:
- - USECURL=7.34.0
+ - USECURL=7.35.0
- USESSL=gnutls
- python: 2.7
env:
- - USECURL=7.34.0
+ - USECURL=7.35.0
- USESSL=nss
- python: 2.7
env:
- - USECURL=7.34.0
+ - USECURL=7.35.0
- USESSL=none
- python: 2.7
env:
diff --git a/winbuild.py b/winbuild.py
index 2ba10a4..b5eefe7 100644
--- a/winbuild.py
+++ b/winbuild.py
@@ -17,7 +17,7 @@ use_zlib = False
# which version of zlib to use, will be downloaded from internet
zlib_version = '1.2.8'
# which version of libcurl to use, will be downloaded from the internet
-libcurl_version = '7.34.0'
+libcurl_version = '7.35.0'
# pycurl version to build, we should know this ourselves
pycurl_version = '7.19.3'