I was looking for a method to determine the major version of oacs so that I can make the right calls to create a user in my aa-test procs, and found ad_acs_version. This proc is supposed to return (from its doc section)
"version string (major.minor.release)". It doesn't. It returns
"development" which is pretty useless.
Is there another way to get this information? Or should this proc be fixed to return what's advertised?
BTW, the same "development" string is returned from the 4-6 CVS tip and HEAD versions.