summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2013-05-08 13:40:51 -0600
committerMike Buland <mike@xagasoft.com>2013-05-08 13:40:51 -0600
commitfaa1eccec3ff1acf4a021ed6c6857cc5415a4723 (patch)
tree911c59cf514871cfaaf86e80f5ed25c1e4c9952d
parentfc14c0f16e881607e55f04516934818091331bd3 (diff)
downloadclic-faa1eccec3ff1acf4a021ed6c6857cc5415a4723.tar.gz
clic-faa1eccec3ff1acf4a021ed6c6857cc5415a4723.tar.bz2
clic-faa1eccec3ff1acf4a021ed6c6857cc5415a4723.tar.xz
clic-faa1eccec3ff1acf4a021ed6c6857cc5415a4723.zip
Forgot to change the version number in the code.
This doesn't really matter for this project right now. I keep forgetting because other ones auto-generate the code from 'git describe'
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a1e8ed5..8e8c19d 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.05"); 368 println("CliC - 0.06");
369 println("Try \\exit, \\help, \\scale, and \\radix commands."); 369 println("Try \\exit, \\help, \\scale, and \\radix commands.");
370 println(""); 370 println("");
371 371