From 645b8d19c865e2347f8aa4089ea46a7c7e2ca4d1 Mon Sep 17 00:00:00 2001 From: lsx Date: Sun, 12 Jun 2022 14:07:35 +0800 Subject: [PATCH] v0.1.7 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 315713b..ab7da73 100644 --- a/main.cpp +++ b/main.cpp @@ -7,7 +7,7 @@ using std::vector; using namespace std; -#define QR_VERSION L"v0.1.6" +#define QR_VERSION L"v0.1.7" #define QR_TITLE L"QR Desktop" #define QR_ICON 1 const int QR_PAGE_SIZE = 2000; // 1个汉字占3个字节