diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-28 19:48:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-28 19:48:34 +0300 |
commit | 31a64b25521f2c96e88b7238343d9c05832d1eda (patch) | |
tree | b8ec781347dcc218aecf79535fae8c8fecfad01a /plugins/DbEditorPP/src/version.h | |
parent | f6371614901ecb7009a4b489588d81952237fbce (diff) |
Dbeditor++:
- Search/Replace dialog -> UI classes;
- fixes #2863 (DbEditor: невозможно перейти к результатам поиска без мыши);
- version bump
Diffstat (limited to 'plugins/DbEditorPP/src/version.h')
-rw-r--r-- | plugins/DbEditorPP/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/version.h b/plugins/DbEditorPP/src/version.h index 5d41638d3e..0c5cea7c4e 100644 --- a/plugins/DbEditorPP/src/version.h +++ b/plugins/DbEditorPP/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 4 #define __MINOR_VERSION 0 #define __RELEASE_NUM 2 -#define __BUILD_NUM 2 +#define __BUILD_NUM 3 #include <stdver.h> |