diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-07-27 22:07:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-27 22:07:48 -0400 |
| commit | 68a3f35fb0a39a57d50c3d3098710c667a166477 (patch) | |
| tree | b195cf59bd09ae4af0d9825fb8adc19f5eb219f7 /aoapplication.h | |
| parent | 3129d2aded8a323dce9a184e3da99daac8bea35a (diff) | |
| parent | cab730422f59c9ea75a5e175a3cffdbca097880c (diff) | |
Merge pull request #24 from ghostfeesh/version-bump
Bump to 2.4.10, autoscrolling bug fixes
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoapplication.h b/aoapplication.h index 2aa7d16c..f69a0ea8 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -225,7 +225,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 9; + const int MINOR_VERSION = 10; QString current_theme = "default"; |
