Release numbers

The release numbers that wee previously managed by global variables (GVERSION, GVERSOL...) have been replaced by functions that are defined here. The old global variable have been frozen to their latest value but should be considered as deprecated.

The functions might have a parameter (FOLDER) when we need to know the current version of a given folder.

The different functions are defined here:

FunctionDescriptionValue for Version 11
func APRODUCT.AGETVERSION()Version of a product (string)"1.11.0"
func APRODUCT.AGETVERSIONABR()Version of a product (string)"V11"
func APRODUCT.AGETVERSLIC()Version of a product for license management(string)"11"
func APRODUCT.AGETRELEASE(FOLDER)Technical release number (string)"80"
func APRODUCT.AGETRELEASEABR(FOLDER)Technical release abreviation (string)"R080"
func APRODUCT.AGETRELEASESUP()Technical supervisor release"R080.xxx" (xxx being a build number starting at 001)
func APRODUCT.AGETRELEASEROOT(FOLDER)Release number of the root folder associated to the folder"80"