diff --git a/Changelog b/Changelog index cd342d6..75ee39d 100755 --- a/Changelog +++ b/Changelog @@ -1,5 +1,10 @@ Changelog +0.3 fix altitudes chart + fix time zone issues + improve gpx imports + various fixes + 0.2 lots of bug fixes, major code cleanup, admin menu, diff --git a/helpers/config.php b/helpers/config.php index ec4e1c3..e38b114 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.3-beta"; + static $version = "0.3"; // default map drawing framework static $mapapi = "openlayers";