source: trunk/anuga_core/anuga/version.py.in @ 9636

Last change on this file since 9636 was 9558, checked in by steve, 10 years ago

Moving our setup to be similar to numpy and scipy and cleaning out the anuga directory

File size: 169 bytes
Line 
1short_version = $VERSION
2version = $VERSION
3full_version = $FULL_VERSION
4git_revision = $GIT_REVISION
5release = $IS_RELEASED
6
7if not release:
8    version = full_version
Note: See TracBrowser for help on using the repository browser.