File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2019 Stefan Kremser
2+ Copyright (c) 2021 Spacehuhn Technologies
33 This software is licensed under the MIT License. See the license file for details.
44 Source: github.com/spacehuhn/SimpleCLI
55 */
99
1010#include " CommandError.h" // CommandError, Command, Argument
1111
12- #define SIMPLECLI_VERSION " 1.1.1 "
12+ #define SIMPLECLI_VERSION " 1.1.2 "
1313#define SIMPLECLI_VERSION_MAJOR 1
1414#define SIMPLECLI_VERSION_MINOR 1
15- #define SIMPLECLI_VERSION_REVISION 1
15+ #define SIMPLECLI_VERSION_REVISION 2
1616
1717class SimpleCLI {
1818 private:
@@ -78,4 +78,4 @@ class SimpleCLI {
7878 void setErrorCallback (void (* onError)(cmd_error* e));
7979};
8080
81- #endif // ifndef SimpleCLI_h
81+ #endif // ifndef SimpleCLI_h
You can’t perform that action at this time.
0 commit comments