Author Topic: how to identify the version of the engine jar file  (Read 1574 times)

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
how to identify the version of the engine jar file
« on: June 14, 2017, 07:23:17 am »
when i have multiple copies of the jar file in different places, i want to know which file is newest or most suitable.
currently i can only check the size or time of the file. but these are both unreliable.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: how to identify the version of the engine jar file
« Reply #1 on: June 14, 2017, 08:56:16 pm »
Config has a getVersion() method. The jar itself doesn't contain the version number.