Changeset 6850 for anuga_core/source/anuga/version.py
- Timestamp:
- Apr 21, 2009, 1:36:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/version.py
- Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
r6849 r6850 1 1 # Subversion keywords: 2 2 3 author_string = '$Author : ole$'4 date_string = '$Date : 2009-03-28 18:54:15 +1100 (Sat, 28 Mar 2009)$'5 revision_string = '#$LastChangedRevision : 6654$'3 author_string = '$Author$' 4 date_string = '$Date$' 5 revision_string = '#$LastChangedRevision$' 6 6 7 #$LastChangedDate : 2009-03-28 18:54:15 +1100 (Sat, 28 Mar 2009)$8 #$LastChangedRevision : 6654$9 #$LastChangedBy : ole$7 #$LastChangedDate$ 8 #$LastChangedRevision$ 9 #$LastChangedBy$ 10 10 11 11 def get_version():
Note: See TracChangeset
for help on using the changeset viewer.