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 1
1
/*
2
- Copyright (c) 2019 Stefan Kremser
2
+ Copyright (c) 2021 Spacehuhn Technologies
3
3
This software is licensed under the MIT License. See the license file for details.
4
4
Source: github.com/spacehuhn/SimpleCLI
5
5
*/
9
9
10
10
#include " CommandError.h" // CommandError, Command, Argument
11
11
12
- #define SIMPLECLI_VERSION " 1.1.1 "
12
+ #define SIMPLECLI_VERSION " 1.1.2 "
13
13
#define SIMPLECLI_VERSION_MAJOR 1
14
14
#define SIMPLECLI_VERSION_MINOR 1
15
- #define SIMPLECLI_VERSION_REVISION 1
15
+ #define SIMPLECLI_VERSION_REVISION 2
16
16
17
17
class SimpleCLI {
18
18
private:
@@ -78,4 +78,4 @@ class SimpleCLI {
78
78
void setErrorCallback (void (* onError)(cmd_error* e));
79
79
};
80
80
81
- #endif // ifndef SimpleCLI_h
81
+ #endif // ifndef SimpleCLI_h
You can’t perform that action at this time.
0 commit comments