diff options
author | Mike Buland <mike@xagasoft.com> | 2013-04-24 07:51:55 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2013-04-24 07:51:55 -0600 |
commit | 69d9a257ba02c973da5708d9b6055e4ac5dc0ee2 (patch) | |
tree | c4070be36fbdaa94ab7175ea4b007f58d8730f12 /src/main.cpp | |
parent | 3a9f622e1588308e8c514ee2c834eebc0ce78711 (diff) | |
download | clic-69d9a257ba02c973da5708d9b6055e4ac5dc0ee2.tar.gz clic-69d9a257ba02c973da5708d9b6055e4ac5dc0ee2.tar.bz2 clic-69d9a257ba02c973da5708d9b6055e4ac5dc0ee2.tar.xz clic-69d9a257ba02c973da5708d9b6055e4ac5dc0ee2.zip |
Updated version header.0.05
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 c7ff12d..a1e8ed5 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -365,7 +365,7 @@ int main( int argc, char *argv[] ) | |||
365 | { | 365 | { |
366 | Options opt( argc, argv ); | 366 | Options opt( argc, argv ); |
367 | 367 | ||
368 | println("CliC - 0.04"); | 368 | println("CliC - 0.05"); |
369 | println("Try \\exit, \\help, \\scale, and \\radix commands."); | 369 | println("Try \\exit, \\help, \\scale, and \\radix commands."); |
370 | println(""); | 370 | println(""); |
371 | 371 | ||