Revision: 1053
http://svn.sourceforge.net/pygccxml/?rev=1053&view=rev
Author: roman_yakovenko
Date: 2007-06-12 22:44:31 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
adding SVN revision number to interface
Modified Paths:
--------------
pygccxml_dev/pygccxml/__init__.py
Modified: pygccxml_dev/pygccxml/__init__.py
===================================================================
--- pygccxml_dev/pygccxml/__init__.py 2007-06-13 05:42:40 UTC (rev 1052)
+++ pygccxml_dev/pygccxml/__init__.py 2007-06-13 05:44:31 UTC (rev 1053)
@@ -38,3 +38,5 @@
# 2. Add "explicit" property for constructors
__version__ = '0.9.0'
+
+__revision__ = '1053'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|