From 505e9830831e0d130195955dd1d4133f21640f41 Mon Sep 17 00:00:00 2001 From: fhormoz Date: Tue, 10 Apr 2018 16:57:04 -0700 Subject: [PATCH] fix numberical error in v2.1 --- CAVIAR-C++/caviar.cpp | 4 ++-- CAVIAR-C++/ecaviar.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CAVIAR-C++/caviar.cpp b/CAVIAR-C++/caviar.cpp index 439ba09..1125de9 100644 --- a/CAVIAR-C++/caviar.cpp +++ b/CAVIAR-C++/caviar.cpp @@ -28,7 +28,7 @@ int main( int argc, char *argv[] ){ while ((oc = getopt(argc, argv, "vhl:o:z:g:r:c:f:")) != -1) { switch (oc) { case 'v': - cout << "version 2.1:" << endl; + cout << "version 2.2:" << endl; case 'h': cout << "Options: " << endl; cout << "-h, --help show this help message and exit " << endl; @@ -71,7 +71,7 @@ int main( int argc, char *argv[] ){ //program is running cout << "@-------------------------------------------------------------@" << endl; - cout << "| CAVIAR! | v2.1 | 21/Mar/2018| " << endl; + cout << "| CAVIAR! | v2.2 | 10/Apr/2018| " << endl; cout << "|-------------------------------------------------------------|" << endl; cout << "| (C) 2018 Farhad Hormozdiari, GNU General Public License, v2 |" << endl; cout << "|-------------------------------------------------------------|" << endl; diff --git a/CAVIAR-C++/ecaviar.cpp b/CAVIAR-C++/ecaviar.cpp index dedea66..e61311b 100644 --- a/CAVIAR-C++/ecaviar.cpp +++ b/CAVIAR-C++/ecaviar.cpp @@ -66,7 +66,7 @@ int main( int argc, char *argv[] ){ while ((oc = getopt(argc, argv, "vhl:o:z:r:c:f:")) != -1) { switch (oc) { case 'v': - cout << "version 2.1:" << endl; + cout << "version 2.2:" << endl; case 'h': cout << "Options: " << endl; cout << "-h, --help show this help message and exit " << endl; @@ -111,7 +111,7 @@ int main( int argc, char *argv[] ){ //program is running cout << "@-------------------------------------------------------------@" << endl; - cout << "| eCAVIAR! | v2.1 | 21/Mar/2018 | " << endl; + cout << "| eCAVIAR! | v2.2 | 10/Apr/2018 | " << endl; cout << "|-------------------------------------------------------------|" << endl; cout << "| (C) 2018 Farhad Hormozdiari, GNU General Public License, v2 |" << endl; cout << "|-------------------------------------------------------------|" << endl;