Peter M. Groen
/
FlashMQ
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
56cf59e35e17daf5999a4a9d7373d6cebfa8b10f
Authored by
Wiebe Cazemier
2021-03-21 10:14:54 +0100
1 parent
0ca27428
Version 0.5.1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mainapp.cpp
mainapp.cpp
View file @
56cf59e
...
...
@@ -31,7 +31,7 @@ License along with FlashMQ. If not, see <https://www.gnu.org/licenses/>.
31
31
32
32
#define MAX_EVENTS 1024
33
33
34
-#define VERSION "0.
6.0-alpha
"
34
+#define VERSION "0.
5.1
"
35
35
36
36
MainApp *MainApp::instance = nullptr;
37
37
...
...