Reformat the latitude and longitude values.

This commit is contained in:
Jonathan Naylor
2020-09-16 13:28:11 +01:00
parent 8101f4d8e6
commit b11a967171
3 changed files with 4 additions and 8 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20200909";
const char* VERSION = "20200916";
#endif