]> git.street.me.uk Git - andy/viking.git/blobdiff - src/google.c
Fix bug that causes crashes when click at the right of the track graph.
[andy/viking.git] / src / google.c
index 31852d971217320f3ed519fec3c95277932eda73..22210102d1c055082096614bea595d22d59018b5 100644 (file)
@@ -30,9 +30,9 @@
 #include "google.h"
 #include "vikmapslayer.h"
 
 #include "google.h"
 #include "vikmapslayer.h"
 
-#define GOOGLE_VERSION "w2.35"
-#define GOOGLE_TRANS_VERSION "w2t.34"
-#define GOOGLE_KH_VERSION "3"
+#define GOOGLE_VERSION "w2.37"
+#define GOOGLE_TRANS_VERSION "w2t.38"
+#define GOOGLE_KH_VERSION "14"
 
 void google_init () {
   VikMapsLayer_MapType google_1 = { 7, 256, 256, VIK_VIEWPORT_DRAWMODE_MERCATOR, google_coord_to_mapcoord, google_mapcoord_to_center_coord, google_download };
 
 void google_init () {
   VikMapsLayer_MapType google_1 = { 7, 256, 256, VIK_VIEWPORT_DRAWMODE_MERCATOR, google_coord_to_mapcoord, google_mapcoord_to_center_coord, google_download };