summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2013-05-10 09:28:46 -0600
committerMike Buland <mike@xagasoft.com>2013-05-10 09:28:46 -0600
commitca9956381009cbe2d36ea8516d51516f7c49b9d3 (patch)
treee2dd13683057c16465be054862cdd91fee1bca2a /src/main.cpp
parentdc0139c1880d1500b3e275b09781116613862f5f (diff)
downloadclic-ca9956381009cbe2d36ea8516d51516f7c49b9d3.tar.gz
clic-ca9956381009cbe2d36ea8516d51516f7c49b9d3.tar.bz2
clic-ca9956381009cbe2d36ea8516d51516f7c49b9d3.tar.xz
clic-ca9956381009cbe2d36ea8516d51516f7c49b9d3.zip
Added more helpers to Number.0.07
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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