diff options
| author | OmniTroid <davidskoland@gmail.com> | 2017-04-04 21:00:45 +0200 |
|---|---|---|
| committer | OmniTroid <davidskoland@gmail.com> | 2017-04-04 21:00:45 +0200 |
| commit | 8a8062fbbf9a20905e28eb97837ea538d23da862 (patch) | |
| tree | fdfe5fd9a901b2c92a701d9dc246975f0d5ceeed /aoapplication.h | |
| parent | b6fdd3ba2c97cb38f1f7336a23ee7c980e5883c2 (diff) | |
fixed a crash and incremented to 2.3.3
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 9c39624f..b08bea6d 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -135,7 +135,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 3; - const int MINOR_VERSION = 2; + const int MINOR_VERSION = 3; QString user_theme = "default"; |
