I just upgraded some apps from JOAL 1.1b03 (Sep '06) to 1.1.1 (July '07) (I sort of skipped the final 1.1.0 release of Dec '06). The upgrade broke a number of things. Most of them I understand and have fixed; however, one has me puzzled. In 1.1b03 (and earlier versions, I’m pretty sure), there was a class net.java.games.joal.util.Version
, which I invoked with the statement
System.out.println ("JOAL Version = " + net.java.games.joal.util.Version.getVersion() );
That class has mysteriously disappeared (as of 1.1.0, it appears) from net.java.games.joal.util
, and I can’t find any replacement. Am I just missing something in 1.1.1, or is there really no way to obtain the JOAL version number at runtime?
Thanks for any input.