Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_takeout
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
zhenfei.zhang
fmp_takeout
Commits
50f8648f
Commit
50f8648f
authored
Mar 13, 2018
by
gujin.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加version.h文件
parent
1f98a6ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletions
+31
-1
res/MANIFEST.MF
+1
-1
version.h
+30
-0
No files found.
res/MANIFEST.MF
View file @
50f8648f
Plugin-SymbolicName: fmp.takeout
Plugin-SymbolicName: fmp.takeout
Plugin-Version: 0.1.0
Plugin-Version: 0.1.0
Plugin-Name: fmp.takeout
Plugin-Name: fmp.takeout
Plugin-Copyright: Freemud Ltd. Copyright (C) 2014-201
7
Plugin-Copyright: Freemud Ltd. Copyright (C) 2014-201
8
Plugin-Vendor: Freemud
Plugin-Vendor: Freemud
version.h
0 → 100644
View file @
50f8648f
#ifndef _VERSION_H_
#define _VERSION_H_
#define VER_MAJOR 0
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_BUILD 17
//! Convert version numbers to string
#define _STR(S) #S
#define STR(S) _STR(S)
#define _MAK_VER(maj, min, rev, build) STR(maj.min.rev.build\0)
#define MAK_VER(maj, min, rev, build) _MAK_VER(maj, min, rev, build)
//! Resource version infomation
#define RES_FILE_VER VER_MAJOR,VER_MINOR,VER_REVISION,VER_BUILD
#define RES_PRODUCT_VER VER_MAJOR,VER_MINOR,VER_REVISION,VER_BUILD
#define RES_STR_FILE_VER MAK_VER(VER_MAJOR, VER_MINOR, VER_REVISION, VER_BUILD)
#define RES_STR_PRODUCT_VER MAK_VER(VER_MAJOR, VER_MINOR, VER_REVISION, VER_BUILD)
#define RES_COMPANY_NAME "上海非码网络科技有限公司\0"
#define RES_COPYRIGHT "Freemud Ltd. Copyright (C) 2014-2018\0"
#define RES_FILE_DESC "fmp.takeout\0"
#define RES_INTER_NAME "fmp.takeout\0"
#define RES_FILE_NAME "fmp.takeout\0"
#define RES_PRODUCT_NAME "fmp.takeout\0"
#define RES_FILE_EXT "*\0"
#endif //!_VERSION_H_
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