Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/nappy/tags/NDG0-1/version.py
Revision 349,
356 bytes
checked in by selatham, 16 years ago
(diff) |
Inserted license information.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 | # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). |
---|
2 | # This software may be distributed under the terms of the |
---|
3 | # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt |
---|
4 | |
---|
5 | """ |
---|
6 | version.py |
---|
7 | ========== |
---|
8 | |
---|
9 | Holds the version number of nappy software in version.version string. |
---|
10 | |
---|
11 | """ |
---|
12 | |
---|
13 | version="0.0.1" |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.