additional_plugins/serendipity_event_osm/plugin_version.inc.php

5 lines
111 B
PHP
Raw Normal View History

<?php
@define('PLUGIN_EVENT_OSM_VERSION', '0.1');
@define('PLUGIN_EVENT_OSM_AUTHOR', 'Martin Sewelies');
?>