diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-28 15:25:37 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-28 15:25:37 +0200 |
commit | c5f9c32622faab78f0cce5bf39993de4bed929da (patch) | |
tree | c944dbc9fc4ad69e8a16015fe06e75d24d8fe71e /plugins/TopToolBar/src/version.h | |
parent | 4aac94ac3a0021307b51ee2adb3965b70d3924e9 (diff) |
TopToolBar: fixes #1306 (bunch of problems with Launch Buttons
Diffstat (limited to 'plugins/TopToolBar/src/version.h')
-rw-r--r-- | plugins/TopToolBar/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/version.h b/plugins/TopToolBar/src/version.h index bf9fee7f1e..72bf8ee00f 100644 --- a/plugins/TopToolBar/src/version.h +++ b/plugins/TopToolBar/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 8
#define __RELEASE_NUM 0
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
|