summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2013-11-13 09:12:11 -0700
committerMike Buland <mike@xagasoft.com>2013-11-13 09:12:11 -0700
commitbc0484899acb3495f95d7400ff2eb804ae580096 (patch)
tree895808903cd882c52015004552453d027f9beb7c
parentc080e4cc8d0d244f425e230f1286b8e35e576e5d (diff)
downloadclic-bc0484899acb3495f95d7400ff2eb804ae580096.tar.gz
clic-bc0484899acb3495f95d7400ff2eb804ae580096.tar.bz2
clic-bc0484899acb3495f95d7400ff2eb804ae580096.tar.xz
clic-bc0484899acb3495f95d7400ff2eb804ae580096.zip
Forgot to update the version number again.
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7c3e30f..cd38438 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.07"); 20 println("CliC - 0.08");
21 println("Try \\exit, \\help, \\scale, and \\radix commands."); 21 println("Try \\exit, \\help, \\scale, and \\radix commands.");
22 println(""); 22 println("");
23 23