Ticket #3115 (new enhancement)

Opened 6 years ago

Add the API version to EPrints.pm

Reported by: tdb01r Owned by:
Priority: unset Milestone: EPrints Wishlist
Component: - Version:
Severity: normal Keywords:
Cc:

Description

It would be useful to have an API version in EPrints.pm for use by external scripts e.g.

use EPrints;

if( EPrints->version >= 3.0 )
{
print "Woohoo, version 3!";
}
Note: See TracTickets for help on using tickets.