diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index cd38438..3665fc4 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -17,7 +17,7 @@ int main( int argc, char *argv[] ) | |||
17 | { | 17 | { |
18 | Options opt( argc, argv ); | 18 | Options opt( argc, argv ); |
19 | 19 | ||
20 | println("CliC - 0.08"); | 20 | println("CliC - 0.09"); |
21 | println("Try \\exit, \\help, \\scale, and \\radix commands."); | 21 | println("Try \\exit, \\help, \\scale, and \\radix commands."); |
22 | println(""); | 22 | println(""); |
23 | 23 | ||