Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
b8f494d5
Commit
b8f494d5
authored
7 years ago
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version changed
parent
7abd91bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
src/exp/inc/src/pwr_version.h
src/exp/inc/src/pwr_version.h
+5
-5
src/tools/com/src/README
src/tools/com/src/README
+2
-1
No files found.
src/exp/inc/src/pwr_version.h
View file @
b8f494d5
...
@@ -88,13 +88,13 @@
...
@@ -88,13 +88,13 @@
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (b << 16) + (c << 8) + d))
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (b << 16) + (c << 8) + d))
#endif
#endif
#define pwrv_cBuildTimeStr "
22-APR-2016
12:00:00"
#define pwrv_cBuildTimeStr "
17-FEB-2017
12:00:00"
#define pwrv_cPwrVersionStr "V5.
4.1
"
#define pwrv_cPwrVersionStr "V5.
5.0
"
#define pwrv_cPwrVersion SET_VERSION('V', 5,
4, 1
)
#define pwrv_cPwrVersion SET_VERSION('V', 5,
5, 0
)
#define pwrv_cWbdbVersionShortStr "V5
4
"
#define pwrv_cWbdbVersionShortStr "V5
5
"
#define pwrv_cPwrCopyright "Copyright (C) 2005-201
6
SSAB EMEA AB"
#define pwrv_cPwrCopyright "Copyright (C) 2005-201
7
SSAB EMEA AB"
#if (pwr_dHost_byteOrder == pwr_dLittleEndian)
#if (pwr_dHost_byteOrder == pwr_dLittleEndian)
# define PWRV_VERSION_MAJOR (0xFF & (pwrv_cPwrVersion >> 8))
# define PWRV_VERSION_MAJOR (0xFF & (pwrv_cPwrVersion >> 8))
...
...
This diff is collapsed.
Click to expand it.
src/tools/com/src/README
View file @
b8f494d5
...
@@ -30,9 +30,10 @@ Change version in documentation
...
@@ -30,9 +30,10 @@ Change version in documentation
> ./change_version.sh V5.5.0-1 \"Base release\"
> ./change_version.sh V5.5.0-1 \"Base release\"
Note! Also change the version in src/exp/inc/src/pwr_version.h
Add version description to control-files
Add version description to control-files
----------------------------------------
----------------------------------------
> ./change_version.sh -d \"Base release\"
> ./change_version.sh -d \"Base release\"
This diff is collapsed.
Click to expand it.
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