summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a0faa6a..a1d7672 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,3 +1,4 @@
1#include "config.h"
1#include "number.h" 2#include "number.h"
2#include "packedintarray.h" 3#include "packedintarray.h"
3#include "lexer.h" 4#include "lexer.h"
@@ -17,7 +18,7 @@ int main( int argc, char *argv[] )
17 { 18 {
18 Options opt( argc, argv ); 19 Options opt( argc, argv );
19 20
20 println("CliC - 0.10"); 21 println(CLIC_VERSION_STR);
21 println("Try \\exit, \\help, \\scale, and \\radix commands."); 22 println("Try \\exit, \\help, \\scale, and \\radix commands.");
22 println(""); 23 println("");
23 24