Version 0.3

This commit is contained in:
Bartek Fabiszewski 2017-06-24 22:09:56 +02:00
parent e082de4fa4
commit d122f1374b
2 changed files with 6 additions and 1 deletions

View File

@ -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,

View File

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