Staging
v0.8.1
https://github.com/python/cpython
Revision d78cec5f39646f62384558fb85725427559426dc authored by Benjamin Peterson on 05 December 2009, 17:47:56 UTC, committed by Benjamin Peterson on 05 December 2009, 17:47:56 UTC
1 parent 3b94c0b
Raw File
Tip revision: d78cec5f39646f62384558fb85725427559426dc authored by Benjamin Peterson on 05 December 2009, 17:47:56 UTC
bump version to 2.7a1
Tip revision: d78cec5
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