AuroraVersion
Package to define the AURORA-system version used by the other parts of the system.
use AuroraVersion;
my $VERSION=$AuroraVersion::VERSION;
This package defines the AURORA-version of the distribution in question. It is used by the other parts of the system, both the REST-server and the Web-client to define their version. It only contains a version-definition and nothing more.
This package is to be modified by the developers with the version number in question upon a new AURORA release.
No methods available.