From faa1eccec3ff1acf4a021ed6c6857cc5415a4723 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 8 May 2013 13:40:51 -0600 Subject: 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' --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] ) { Options opt( argc, argv ); - println("CliC - 0.05"); + println("CliC - 0.06"); println("Try \\exit, \\help, \\scale, and \\radix commands."); println(""); -- cgit v1.2.3