]> git.street.me.uk Git - andy/viking.git/commitdiff
New google version numbers
authorQuy Tonthat <qtonthat@gmail.com>
Mon, 5 Feb 2007 12:18:55 +0000 (12:18 +0000)
committerQuy Tonthat <qtonthat@gmail.com>
Mon, 5 Feb 2007 12:18:55 +0000 (12:18 +0000)
ChangeLog
src/google.c

index f3c1d679bc839a1eb0ed82fc8e0334175a167ce4..f608493de75aad906bb3ecbae01fc76b8fd213e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-06
+Quy Tonthat <qtonthat@gmail.com>:
+       * New google version numbers.
+
 2007-02-05
 Quy Tonthat <qtonthat@gmail.com>:
        * Cosmetic changes.
index 31852d971217320f3ed519fec3c95277932eda73..22210102d1c055082096614bea595d22d59018b5 100644 (file)
@@ -30,9 +30,9 @@
 #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 };