Skip to content

Commit 78b968f

Browse files
author
fooDayuyu@gmail.com
committed
v1.0.19
1 parent 48b06f9 commit 78b968f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tasks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void generate_tags_task::on_success(HWND p_wnd) {
166166

167167
void generate_tags_task::on_abort(HWND p_wnd) {
168168

169-
m_tag_writer->ResetMask();
169+
//m_tag_writer->ResetMask();
170170

171171
on_error(p_wnd);
172172
}

version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#define COMPONENT_YEAR "2023"
44
#define COMPONENT_VERSION_MAJOR 1
55
#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
88

9-
#define FIX_VER
9+
//#define FIX_VER
1010

1111
#define MAKE_STRING(text) #text
1212
#define MAKE_COMPONENT_VERSION(major,minor,patch) MAKE_STRING(major) "." MAKE_STRING(minor) "." MAKE_STRING(patch)

0 commit comments

Comments
 (0)