Solved

Where can I see the mobile client version change history?

  • 19 September 2023
  • 3 replies
  • 54 views

Userlevel 1
Badge +6

Hi experts,

Is there a way to see the mobile client version change history?

 

I need to see when this version was changed from 6.22.8361 to 6.22.8362.

 

Cheers,

Buddhima

icon

Best answer by jevin.fernando 20 September 2023, 09:11

View original

3 replies

Userlevel 1
Badge +6

Hello, there is a sql table (currver) that stores the upgrade info, but not mobile specifically. But it will be the server version. This will be helpful if you want to know the upgrade info.

SELECT * from currver

 

Userlevel 6
Badge +23

@buddhima you can check your FSM Installation Package for a file called “Revisions.txt” - it should be in the root-folder, same location as the setup.exe. This usually has some info when a new revision was added to the package, e.g. this is from U25:
 


If you have access to the source code you may find some release dates there as well.

 

However, as Jevin pointed out this number should relate to the Server Build and you can have a look at the Currver-table or within the Client on the Deliveries-Screen.

Best regards
Roman
 

 

Userlevel 1
Badge +6

Hi @jevin.fernando & @roklde,

Thank you both for your responses! :)

Cheers,

Buddhima

Reply