Staging
v0.5.1
https://github.com/python/cpython
Revision c707893f9cee870bba8364b3a06eb9cfa3b80e58 authored by Benjamin Peterson on 26 August 2017, 18:18:30 UTC, committed by Benjamin Peterson on 26 August 2017, 18:18:30 UTC
1 parent 48455e2
Raw File
Tip revision: c707893f9cee870bba8364b3a06eb9cfa3b80e58 authored by Benjamin Peterson on 26 August 2017, 18:18:30 UTC
version bumps for 2.7.14rc1
Tip revision: c707893
db.build
<?xml version="1.0"?>
<project>
 <target name="all" description="Build all targets.">
   <solution configuration="release">
     <projects>
       <include name="db_static.vcproj" />
     </projects>
   </solution>
 </target>
</project>
back to top