Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
takeout_sbk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yunpeng.song
takeout_sbk
Commits
7b2c60f6
Commit
7b2c60f6
authored
Mar 04, 2024
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Plugin Version
V4.2024.3.18
parent
59acccd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
fmTakeout/fmTakeout.rc
+4
-4
fmTakeout/preDefine.h
+1
-1
No files found.
fmTakeout/fmTakeout.rc
View file @
7b2c60f6
...
@@ -7,8 +7,8 @@ IDI_ICON ICON DISCARDABLE "logo.ico"
...
@@ -7,8 +7,8 @@ IDI_ICON ICON DISCARDABLE "logo.ico"
#endif
#endif
VS_VERSION_INFO VERSIONINFO
VS_VERSION_INFO VERSIONINFO
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
FILEVERSION 4,2024,
1,31
FILEVERSION 4,2024,
3,18
PRODUCTVERSION 4,2024,
1,31
PRODUCTVERSION 4,2024,
3,18
//*************************************************************************//
//*************************************************************************//
FILEFLAGSMASK 0x3fL
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
#ifdef _DEBUG
...
@@ -31,8 +31,8 @@ VS_VERSION_INFO VERSIONINFO
...
@@ -31,8 +31,8 @@ VS_VERSION_INFO VERSIONINFO
VALUE "OriginalFilename", "PcsPlugin.exe"
VALUE "OriginalFilename", "PcsPlugin.exe"
VALUE "ProductName", "PCS Plugin"
VALUE "ProductName", "PCS Plugin"
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
VALUE "ProductVersion", "4.2024.
1.31
"
VALUE "ProductVersion", "4.2024.
3.18
"
VALUE "FileVersion", "4.2024.
1.31
"
VALUE "FileVersion", "4.2024.
3.18
"
//*************************************************************************//
//*************************************************************************//
END
END
END
END
...
...
fmTakeout/preDefine.h
View file @
7b2c60f6
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
//#define APP_VERSION "4.2023.2.23"
//#define APP_VERSION "4.2023.2.23"
// #define APP_VERSION "4.2023.4.12"
// #define APP_VERSION "4.2023.4.12"
#define APP_VERSION "4.2023.10.12"
#define APP_VERSION "4.2023.10.12"
#define APP_VERSION "4.2024.
1.31
"
#define APP_VERSION "4.2024.
3.18
"
//修正版本号时,切记修正 FmTakeout.rc 中的版本号
//修正版本号时,切记修正 FmTakeout.rc 中的版本号
#define SERVER_PASSWORD "posoperator@freemud.cn"
#define SERVER_PASSWORD "posoperator@freemud.cn"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment