source:
trunk/anuga_core/source/anuga/version.py
@
8843
Last change on this file since 8843 was 8251, checked in by , 13 years ago | |
---|---|
|
|
File size: 258 bytes |
Line | |
---|---|
1 | #! /usr/bin/python |
2 | |
3 | # To change this template, choose Tools | Templates |
4 | # and open the template in the editor. |
5 | |
6 | __author__="steve" |
7 | __date__ ="$18/11/2011 11:35:22 AM$" |
8 | |
9 | if __name__ == "__main__": |
10 | import anuga |
11 | print 'Anuga version:',anuga.__version__ |
Note: See TracBrowser
for help on using the repository browser.