How Can I Tell What Mantis Version I'm Running ?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How Can I Tell What Mantis Version I'm Running ?

Post by atrol »

It's easy when using newer versions, just goto page "Manage".

For older versions, check file core/constant_inc.php
There is something like

Code: Select all

define( 'MANTIS_VERSION', '2.8.0' );
Please use Search before posting and read the Manual
RIchardDV
Posts: 2
Joined: 13 Mar 2018, 08:47

Re: How Can I Tell What Mantis Version I'm Running ?

Post by RIchardDV »

@atrol, brief and clear answer, thank you! Richard
Post Reply