From a23019b50f8d5c840e3e93e384caba3e27f89a28 Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Sun, 17 Oct 2021 13:28:19 +0200 Subject: [PATCH] updated version strings for release r20211017 --- scripts/mkGeolocationTable.py | 2 +- www/events.js | 4 ++-- www/events.js.en | 4 ++-- www/map.js | 4 ++-- www/map.js.en | 4 ++-- www/misc.js | 4 ++-- www/stations.js | 4 ++-- www/stations.js.en | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/mkGeolocationTable.py b/scripts/mkGeolocationTable.py index 2e8e8c3..a0a1d3f 100755 --- a/scripts/mkGeolocationTable.py +++ b/scripts/mkGeolocationTable.py @@ -123,7 +123,7 @@ if __name__ == "__main__": # parse arguments import argparse - versionText = 'v0.1 (2021-10-16)' + versionText = 'r20211017 (2021-10-17)' parser = argparse.ArgumentParser( description='Reverse geocoding lookup of events in xml format (stdin).', epilog=versionText) diff --git a/www/events.js b/www/events.js index a830721..6645b6a 100644 --- a/www/events.js +++ b/www/events.js @@ -4,7 +4,7 @@ **********************************************************************/ /* License - Copyright 2020 Kasper D. Fischer + Copyright 2020-2021 Kasper D. Fischer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - $Id$ + Version r20211017 (2021-10-17) */ /* adding row(s) to a table and format date strings afterwards */ diff --git a/www/events.js.en b/www/events.js.en index 4793bb6..e05c575 100644 --- a/www/events.js.en +++ b/www/events.js.en @@ -4,7 +4,7 @@ **********************************************************************/ /* License - Copyright 2020 Kasper D. Fischer + Copyright 2020-2021 Kasper D. Fischer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - $Id$ + Version r20211017 (2021-10-17) */ /* adding row(s) to a table and format date strings afterwards */ diff --git a/www/map.js b/www/map.js index 64cb34d..d277ea4 100644 --- a/www/map.js +++ b/www/map.js @@ -4,7 +4,7 @@ **********************************************************************/ /* License - Copyright 2020 Kasper D. Fischer + Copyright 2020-2021 Kasper D. Fischer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. - $Id$ + Version r20211017 (2021-10-17) */ /* add station marker */ diff --git a/www/map.js.en b/www/map.js.en index d1e6ca3..bd11add 100644 --- a/www/map.js.en +++ b/www/map.js.en @@ -4,7 +4,7 @@ **********************************************************************/ /* License - Copyright 2020 Kasper D. Fischer + Copyright 2020-2021 Kasper D. Fischer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. - $Id$ + Version r20211017 (2021-10-17) */ /* add station marker */ diff --git a/www/misc.js b/www/misc.js index 5fc1533..7a0922a 100644 --- a/www/misc.js +++ b/www/misc.js @@ -4,7 +4,7 @@ **********************************************************************/ /* License - Copyright 2020 Kasper D. Fischer + Copyright 2020-2021 Kasper D. Fischer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - $Id$ + Version r20211017 (2021-10-17) */ /* calculate marker radius from magnitude diff --git a/www/stations.js b/www/stations.js index 92876bd..65463ca 100644 --- a/www/stations.js +++ b/www/stations.js @@ -4,7 +4,7 @@ **********************************************************************/ /* License - Copyright 2020 Kasper D. Fischer + Copyright 2020-2021 Kasper D. Fischer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - $Id$ + Version r20211017 (2021-10-17) */ /* Load the stations using ajax */ diff --git a/www/stations.js.en b/www/stations.js.en index f185b3f..413207f 100644 --- a/www/stations.js.en +++ b/www/stations.js.en @@ -4,7 +4,7 @@ **********************************************************************/ /* License - Copyright 2020 Kasper D. Fischer + Copyright 2020-2021 Kasper D. Fischer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - $Id$ + Version r20211017 (2021-10-17) */ /* Load the stations using ajax */