diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-03-24 18:52:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 18:52:11 -0500 |
| commit | 6ec4e032e09a6e6135fed3faad76cc46598ee96f (patch) | |
| tree | ec6fa01b789db74e4536b5c03e7e5aabef183769 | |
| parent | 4c52d4d186d98b90e6f962d6dcc927ff65a92baa (diff) | |
Version bump aoapplication.h
| -rw-r--r-- | include/aoapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 9fa8c750..493f1c92 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -511,7 +511,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 9; - const int MINOR_VERSION = 0; + const int MINOR_VERSION = 1; QVector<server_type> server_list; QVector<server_type> favorite_list; |
