You are here

static function geoPHP::version in geoPHP 7

Same name and namespace in other branches
  1. 8 geoPHP/geoPHP.inc \geoPHP::version()
1 call to geoPHP::version()
geophp_requirements in ./geophp.module
Implementation of hook_requirements().

File

geoPHP/geoPHP.inc, line 37

Class

geoPHP

Code

static function version() {
  return '1.2';
}