Release version 0.2

This commit is contained in:
Bartek Fabiszewski 2017-05-11 13:49:39 +02:00
parent bf98cea20f
commit 4dd920ae41
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
Changelog 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

View File

@ -28,7 +28,7 @@
*/ */
class uConfig { class uConfig {
// version number // version number
static $version = "0.2-beta"; static $version = "0.2";
// default map drawing framework // default map drawing framework
static $mapapi = "openlayers"; static $mapapi = "openlayers";