From 661efe92bae7dff7f4da824233b580a867bc3109 Mon Sep 17 00:00:00 2001 From: niansa Date: Tue, 18 Aug 2020 22:57:04 +0200 Subject: [PATCH] Bumped versions --- libcommsyauth.hpp | 2 +- main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcommsyauth.hpp b/libcommsyauth.hpp index 5621e8e..f6c1ea2 100644 --- a/libcommsyauth.hpp +++ b/libcommsyauth.hpp @@ -10,7 +10,7 @@ #include #define libCommsyAuth_NAME "libcommsyauth" -#define libCommsyAuth_VERSION "0.2-alpha" +#define libCommsyAuth_VERSION "0.2-stable" class authFailureError {}; diff --git a/main.cpp b/main.cpp index 0e7f125..65ccbaa 100644 --- a/main.cpp +++ b/main.cpp @@ -29,7 +29,7 @@ #include #define QCommsy_NAME "QCommsy" -#define QCommsy_VERSION "0.2-alpha" +#define QCommsy_VERSION "0.3-beta" static QSettings *settings;