source:
trunk/anuga_core/anuga/version.py.in
@
9680
Last change on this file since 9680 was 9558, checked in by , 10 years ago | |
---|---|
File size: 169 bytes |
Line | |
---|---|
1 | short_version = $VERSION |
2 | version = $VERSION |
3 | full_version = $FULL_VERSION |
4 | git_revision = $GIT_REVISION |
5 | release = $IS_RELEASED |
6 | |
7 | if not release: |
8 | version = full_version |
Note: See TracBrowser
for help on using the repository browser.