diff --git a/Changelog b/Changelog index 69e4bde..cd342d6 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ Changelog -0.1 initial version +0.2 lots of bug fixes, + major code cleanup, + admin menu, + translations, + public tracks, + interface look tweaks, + track editing, + track importing, + installer script + +0.1 initial version diff --git a/helpers/config.php b/helpers/config.php index fe81286..cff56c9 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.2-beta"; + static $version = "0.2"; // default map drawing framework static $mapapi = "openlayers";