source: anuga_core/source/anuga/version.py @ 6850

Last change on this file since 6850 was 6850, checked in by ole, 15 years ago

Did propset on version.py

  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
File size: 276 bytes
Line 
1# Subversion keywords:
2       
3author_string = '$Author: ole $'
4date_string = '$Date: 2009-04-21 03:36:48 +0000 (Tue, 21 Apr 2009) $'
5revision_string = '#$LastChangedRevision: 6850 $'
6
7#$LastChangedDate: 2009-04-21 03:36:48 +0000 (Tue, 21 Apr 2009) $
8#$LastChangedRevision: 6850 $
9#$LastChangedBy: ole $
10
11def get_version():
12    """Extract version info from keyword strings
13    """
14   
15    pass
Note: See TracBrowser for help on using the repository browser.