Skip to content
Snippets Groups Projects
Commit e26f574a authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Rename caosdb in cli clients

parent 33269bcd
Branches
Tags
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
......@@ -4,7 +4,7 @@
int main(void) {
int status = 0; // last function return value
printf("CaosDB C client (libcaosdb %d.%d.%d)\nWe don't miss the H of caos.\n\n",
printf("LinkAhead C client (liblinkahead %d.%d.%d)\n\n",
LIBLINKAHEAD_VERSION_MAJOR, LIBLINKAHEAD_VERSION_MINOR, LIBLINKAHEAD_VERSION_PATCH);
linkahead_connection_connection connection;
......
......@@ -20,7 +20,7 @@
*
*/
// A simple caosdb client
// A simple linkahead client
#include "linkahead/connection.h" // for Connection, ConnectionManager
#include "linkahead/constants.h" // for LIBLINKAHEAD_VERSION_MINOR, LIBLINKAHEAD_V...
#include "linkahead/entity.h" // for Entity
......@@ -43,10 +43,9 @@ const auto logger_name = "liblinkahead";
auto main() -> int {
std::cout << "CaosDB C++ client (libcaosdb " << linkahead::LIBLINKAHEAD_VERSION_MINOR << "."
std::cout << "LinkAhead C++ client (liblinkahead " << linkahead::LIBLINKAHEAD_VERSION_MINOR << "."
<< linkahead::LIBLINKAHEAD_VERSION_MINOR << "." << linkahead::LIBLINKAHEAD_VERSION_PATCH
<< ")\n"
<< "We don't miss the H of caos.\n"
<< std::endl;
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment