[pygccxml-commit] SF.net SVN: pygccxml: [675]
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2006-10-19 06:52:53
|
Revision: 675
http://svn.sourceforge.net/pygccxml/?rev=675&view=rev
Author: roman_yakovenko
Date: 2006-10-18 23:52:42 -0700 (Wed, 18 Oct 2006)
Log Message:
-----------
incrementing version numbers
Modified Paths:
--------------
pygccxml_dev/setup.py
pyplusplus_dev/setup.py
Modified: pygccxml_dev/setup.py
===================================================================
--- pygccxml_dev/setup.py 2006-10-19 06:08:04 UTC (rev 674)
+++ pygccxml_dev/setup.py 2006-10-19 06:52:42 UTC (rev 675)
@@ -53,7 +53,7 @@
setup( name = "pygccxml",
- version = "0.8.2",
+ version = "0.8.3",
description = "GCC-XML generated file reader",
author = "Roman Yakovenko",
author_email = "rom...@gm...",
Modified: pyplusplus_dev/setup.py
===================================================================
--- pyplusplus_dev/setup.py 2006-10-19 06:08:04 UTC (rev 674)
+++ pyplusplus_dev/setup.py 2006-10-19 06:52:42 UTC (rev 675)
@@ -91,7 +91,7 @@
setup( name = "Py++",
- version = "0.8.2",
+ version = "0.8.3",
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.
|