Add VERSION string to libgourou

This commit is contained in:
2021-07-05 20:22:47 +02:00
parent 6593171e22
commit 46a31b3fd9
4 changed files with 28 additions and 5 deletions

View File

@@ -40,6 +40,8 @@
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
#endif
#define LIBGOUROU_VERSION "0.1"
namespace gourou
{
/**
@@ -49,6 +51,8 @@ namespace gourou
{
public:
static const std::string VERSION;
/**
* @brief Main constructor. To be used once all is configured (user has signedIn, device is activated)
*