File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ void generate_tags_task::on_success(HWND p_wnd) {
166
166
167
167
void generate_tags_task::on_abort (HWND p_wnd) {
168
168
169
- m_tag_writer->ResetMask ();
169
+ // m_tag_writer->ResetMask();
170
170
171
171
on_error (p_wnd);
172
172
}
Original file line number Diff line number Diff line change 3
3
#define COMPONENT_YEAR "2023"
4
4
#define COMPONENT_VERSION_MAJOR 1
5
5
#define COMPONENT_VERSION_MINOR 0
6
- #define COMPONENT_VERSION_PATCH 18
7
- #define COMPONENT_VERSION_SUB_PATCH 1
6
+ #define COMPONENT_VERSION_PATCH 19
7
+ #define COMPONENT_VERSION_SUB_PATCH 0
8
8
9
- #define FIX_VER
9
+ // #define FIX_VER
10
10
11
11
#define MAKE_STRING (text ) #text
12
12
#define MAKE_COMPONENT_VERSION (major ,minor ,patch ) MAKE_STRING(major) "." MAKE_STRING(minor) "." MAKE_STRING(patch)
You can’t perform that action at this time.
0 commit comments