From d228dcba7b2358e763fd734595a6c8125e6af719 Mon Sep 17 00:00:00 2001 From: Phil Randal Date: Wed, 18 Oct 2023 12:59:31 +0100 Subject: [PATCH] Update gpsctl.c for release 1.19 --- gpsctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsctl.c b/gpsctl.c index 26f092a..c1274bc 100644 --- a/gpsctl.c +++ b/gpsctl.c @@ -1404,7 +1404,7 @@ int main(int argc, char *argv[]) { NULL, NULL, // before, after constraint-checking functions... actionSetup, actionTeardown, // before, after action functions. "gpsctl", // name of gpsctl... - "1.18", // version of gpsctl... + "1.19", // version of gpsctl... exampleText, // usage examples... SL_OPTIONS_CONFIG_NORMAL // slOptions configuration options... };