Package net.oijon.algonquin.info
Class Info
- java.lang.Object
-
- net.oijon.algonquin.info.Info
-
public class Info extends java.lang.ObjectA class to get the version information of the current build essentially the same as net.oijon.utils.info.Info- Author:
- alex
-
-
Constructor Summary
Constructors Constructor Description Info()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetVersion()Gets the current version of AlgonquinTTS, for example "AlgonquinTTS - v0.3.3"static java.lang.StringgetVersionNum()Gets the version number of AlgonquinTTS, for example "0.3.3"
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
Gets the current version of AlgonquinTTS, for example "AlgonquinTTS - v0.3.3"- Returns:
- The current version of AlgonquinTTS
-
getVersionNum
public static java.lang.String getVersionNum()
Gets the version number of AlgonquinTTS, for example "0.3.3"- Returns:
- The current version number of AlgonquinTTS
-
-