diff options
| author | Mike Buland <mike@xagasoft.com> | 2014-11-24 15:51:08 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2014-11-24 15:51:08 -0700 |
| commit | 3320e1496b1d099f63dea869f4a1cc19630dc3a9 (patch) | |
| tree | c56f8262951481376122650e9bc1c49358e304f1 /src/main.cpp | |
| parent | f2f92156531b49da71067336ef0724f411226644 (diff) | |
| download | clic-0.10.tar.gz clic-0.10.tar.bz2 clic-0.10.tar.xz clic-0.10.zip | |
Fixed an annoying parsing bug.0.10
Diffstat (limited to 'src/main.cpp')
| -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 3665fc4..a0faa6a 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.09"); | 20 | println("CliC - 0.10"); |
| 21 | println("Try \\exit, \\help, \\scale, and \\radix commands."); | 21 | println("Try \\exit, \\help, \\scale, and \\radix commands."); |
| 22 | println(""); | 22 | println(""); |
| 23 | 23 | ||
