vot Publish time 2013-07-16 16:37

How to discover what is the latest Discuz!X ML revision?

The simplest method (thanx to ravipratap95) is to just read the latest post in our changelogs:

For x2.5ML:
http://codersclub.org/discuzx/fo ... o=lastpost#lastpost

For x3.0ML:
http://codersclub.org/discuzx/fo ... o=lastpost#lastpost

But this method can be incorrect! :(
Because of we can forget to post a message or just make a mistake...


The most correct method to check the latest revision
is to go to our repository and view the REAL revision number!

For x2.5ML:
https://bitbucket.org/vot/discuzx25

For x3.0ML:
https://bitbucket.org/vot/discuzx30

Next click the Source in menu,
then click to the "upload" folder,
then click to the "source" folder,
and then click to the file discuz_version.php

You will see the next line in this file:define('DISCUZ_ML_REVISION','NNN');
Where 'NNN' is the latest revision number!

Enjoy :)


khalid Publish time 2013-07-16 19:20

Thx Vot !

ravipratap95 Publish time 2013-09-21 20:01

how come its a thanks to me ?????
i dont remember doing anything...
maybe i was asleep at that time:lol
Pages: [1]
View full version: How to discover what is the latest Discuz!X ML revision?