[pygccxml-commit] SF.net SVN: pygccxml: [1021]
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2007-04-25 05:53:56
|
Revision: 1021 http://svn.sourceforge.net/pygccxml/?rev=1021&view=rev Author: roman_yakovenko Date: 2007-04-24 22:53:58 -0700 (Tue, 24 Apr 2007) Log Message: ----------- updating version in setup.py files Modified Paths: -------------- pygccxml_dev/setup.py pyplusplus_dev/setup.py Modified: pygccxml_dev/setup.py =================================================================== --- pygccxml_dev/setup.py 2007-04-25 05:41:44 UTC (rev 1020) +++ pygccxml_dev/setup.py 2007-04-25 05:53:58 UTC (rev 1021) @@ -52,7 +52,7 @@ setup( name = "pygccxml", - version = "0.8.6", + version = "0.9.0", description = "GCC-XML generated file reader", author = "Roman Yakovenko", author_email = "rom...@gm...", Modified: pyplusplus_dev/setup.py =================================================================== --- pyplusplus_dev/setup.py 2007-04-25 05:41:44 UTC (rev 1020) +++ pyplusplus_dev/setup.py 2007-04-25 05:53:58 UTC (rev 1021) @@ -90,7 +90,7 @@ setup( name = "Py++", - version = "0.8.6", + version = "0.9.0", description="Py++ is a framework of components for creating C++ code generator for Boost.Python library", author="Roman Yakovenko", author_email="rom...@gm...", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |