Oxygen Basic
Information => Development => Topic started by: Brian Alvarez on December 24, 2018, 12:57:30 AM
-
Charles, is there a way to check the internal version of the DLL? If not, would it be much trouble to
add a function to the DLL like.. getOxygenVersion()?
What i want is to support for example:
#COMPILER Oxygen 1.00
-
Hi Brian,
version returns a string constant containing the version number and time-stamp:
"0.1.0 2018-12-20T01:32:40"
Also available from the DLL API as o2_version
-
Thank you Charles!
-
Hello Charles
my print version show 0.26
is that latest release?
I am asking because i want to compile last update of AurelEdit
thanks ;)
-
Hi Aurel,
the latest is 0.2.8 (20 Sep 2019)
-
OK Charles
so i will go to download latest ;)