From bdec96a714048f5b9704e7fcbbbdf79513df5fef Mon Sep 17 00:00:00 2001 From: Phil Randal Date: Fri, 26 Apr 2019 15:36:33 +0100 Subject: [PATCH] version 1.0 --- gpsctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsctl.c b/gpsctl.c index 0334539..5608f58 100644 --- a/gpsctl.c +++ b/gpsctl.c @@ -1379,7 +1379,7 @@ int main( int argc, char *argv[] ) { NULL, NULL, // before, after constraint-checking functions... actionSetup, actionTeardown, // before, after action functions. "gpsctl", // name of gpsctl... - "0.9", // version of gpsctl... + "1.0", // version of gpsctl... exampleText, // usage examples... SL_OPTIONS_CONFIG_NORMAL // slOptions configuration options... };