ad_acs_version (public)

 ad_acs_version

Defined in packages/acs-tcl/tcl/defs-procs.tcl

The OpenACS version of this instance. Uses the version name of the acs-kernel package.

Author:
Peter Marklund

Testcases:
acs_system_information_api
Source code:
    return [acs::per_thread_cache eval -key acs-tcl.acs_version {
        apm_version_get -package_key acs-kernel -array kernel
        set kernel(version_name)
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: