diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-03-28 23:10:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 23:10:51 -0500 |
| commit | 1bad7b29dd275a2dd01af809be492d2394c9a3a0 (patch) | |
| tree | 4e501f4d162709eecd299fba23ca72017d75ab7f /include/aoapplication.h | |
| parent | 7583c574427484607f9266da7f3daa34f8d2590d (diff) | |
| parent | e89178bc4d596bae4d4b7b2eec16ef5c4b788284 (diff) | |
Merge pull request #507 from AttorneyOnline/2.9.1-version-bump
2.9.1 version bump
Diffstat (limited to 'include/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; |
