diff options
| author | Mike Buland <mike@xagasoft.com> | 2013-05-10 09:28:46 -0600 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2013-05-10 09:28:46 -0600 |
| commit | ca9956381009cbe2d36ea8516d51516f7c49b9d3 (patch) | |
| tree | e2dd13683057c16465be054862cdd91fee1bca2a /src/main.cpp | |
| parent | dc0139c1880d1500b3e275b09781116613862f5f (diff) | |
| download | clic-0.07.tar.gz clic-0.07.tar.bz2 clic-0.07.tar.xz clic-0.07.zip | |
Added more helpers to Number.0.07
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 4c34453..7c3e30f 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.06"); | 20 | println("CliC - 0.07"); |
| 21 | println("Try \\exit, \\help, \\scale, and \\radix commands."); | 21 | println("Try \\exit, \\help, \\scale, and \\radix commands."); |
| 22 | println(""); | 22 | println(""); |
| 23 | 23 | ||
