You are here

function countryicons_api_version in Country Icons 7.2

Same name and namespace in other branches
  1. 6.2 countryicons.module \countryicons_api_version()

Advertise the current countryicons api version.

File

./countryicons.module, line 11
A collection of country icons, and an API for retrieving them.

Code

function countryicons_api_version() {
  return '2.0';
}