From e5697378e9ebb8be92a5c554baf9f0f55ab928ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sat, 27 Nov 2021 10:29:22 +0100 Subject: [PATCH] Update version --- include/libgourou.h | 2 +- utils/adept_activate.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libgourou.h b/include/libgourou.h index fe41f8a..ebc6ccf 100644 --- a/include/libgourou.h +++ b/include/libgourou.h @@ -40,7 +40,7 @@ #define ACS_SERVER "http://adeactivate.adobe.com/adept" #endif -#define LIBGOUROU_VERSION "0.4.2" +#define LIBGOUROU_VERSION "0.4.3" namespace gourou { diff --git a/utils/adept_activate.cpp b/utils/adept_activate.cpp index 3811143..74f684a 100644 --- a/utils/adept_activate.cpp +++ b/utils/adept_activate.cpp @@ -152,7 +152,7 @@ static void usage(const char* cmd) std::cout << " " << "-H|--hobbes-version" << "\t"<< "Force RMSDK version to a specific value (default: version of current librmsdk)" << std::endl; std::cout << " " << "-r|--random-serial" << "\t"<< "Generate a random device serial (if not set, it will be dependent of your current configuration)" << std::endl; std::cout << " " << "-v|--verbose" << "\t\t" << "Increase verbosity, can be set multiple times" << std::endl; - std::cout << " " << "-V|--version" << "\t\t" << "Display libgourou version" << std::endl; + std::cout << " " << "-V|--version" << "\t\t" << "Display libgourou version" << std::endl; std::cout << " " << "-h|--help" << "\t\t" << "This help" << std::endl; std::cout << std::endl; @@ -184,7 +184,7 @@ int main(int argc, char** argv) {"hobbes-version",required_argument, 0, 'H' }, {"random-serial", no_argument, 0, 'r' }, {"verbose", no_argument, 0, 'v' }, - {"version", no_argument, 0, 'V' }, + {"version", no_argument, 0, 'V' }, {"help", no_argument, 0, 'h' }, {0, 0, 0, 0 } };