Commit d28b2480 authored by Claes Sjofors's avatar Claes Sjofors

Merge branch 'master' of newton:/data1/x0-0-0/pwr

parents f78c41c0 b8f494d5
......@@ -88,13 +88,13 @@
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (b << 16) + (c << 8) + d))
#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_cPwrVersion SET_VERSION('V', 5, 4, 1)
#define pwrv_cPwrVersionStr "V5.5.0"
#define pwrv_cPwrVersion SET_VERSION('V', 5, 5, 0)
#define pwrv_cWbdbVersionShortStr "V54"
#define pwrv_cPwrCopyright "Copyright (C) 2005-2016 SSAB EMEA AB"
#define pwrv_cWbdbVersionShortStr "V55"
#define pwrv_cPwrCopyright "Copyright (C) 2005-2017 SSAB EMEA AB"
#if (pwr_dHost_byteOrder == pwr_dLittleEndian)
# define PWRV_VERSION_MAJOR (0xFF & (pwrv_cPwrVersion >> 8))
......
......@@ -30,9 +30,10 @@ Change version in documentation
> ./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
----------------------------------------
> ./change_version.sh -d \"Base release\"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment