Commit a2fee825 authored by Claes Sjofors's avatar Claes Sjofors

Version changed to 5.2

parent fcf26e6d
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<img id="logga" src="../proviewblue3.gif">
<p id="pwrversion">V5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdochigh" href="doc_f.html" target="main">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;</a>
......
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<p id="pwrhead">Object Reference Manual</p>
<p id="pwrversion">V5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdochigh" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;</a>
......
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<p id="pwrhead">Programmers Reference Manual</p>
<p id="pwrversion">v5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Svenska &nbsp;</a>
<a id="pwrdochigh" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp;&nbsp;&nbsp;&nbsp; About Proview &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
......
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<img id="logga" src="../proviewblue3.gif">
<p id="pwrversion">V5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdoc" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabouthigh" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;&nbsp;</a>
......
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<p id="pwrhead">Quick Tour</p>
<p id="pwrversion">V5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../sv_se/index.html" target="_top">&nbsp; Swedish &nbsp;</a>
<a id="pwrdochigh" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Documentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp; About Proview &nbsp;&nbsp;</a>
......
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<img id="logga" src="../proviewblue3.gif">
<p id="pwrversion">V5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../en_us/index.html" target="_top">&nbsp; English &nbsp;</a>
<a id="pwrdochigh" href="doc_f.html" target="main">&nbsp;&nbsp;&nbsp;Dokumentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Om Proview &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
......
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<p id="pwrhead">Objekthandbok</p>
<p id="pwrversion">V5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../en_us/index.html" target="_top">&nbsp; English &nbsp;</a>
<a id="pwrdochigh" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Dokumentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabout" href="pwr_about_f.html" target="_top">&nbsp;&nbsp;&nbsp;&nbsp; Om Proview &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
......
......@@ -19,7 +19,7 @@
<div>
<img id="uggla" src="../logblue3.gif">
<img id="logga" src="../proviewblue3.gif">
<p id="pwrversion">V5.1</p>
<p id="pwrversion">V5.2</p>
<a id="pwrlang" href="../en_us/index.html" target="_top">&nbsp; English &nbsp;</a>
<a id="pwrdoc" href="index.html" target="_top">&nbsp;&nbsp;&nbsp;Dokumentation&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a id="pwrabouthigh" href="pwr_about_f.html" target="_top">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Om Proview &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
......
......@@ -88,12 +88,12 @@
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (a << 16) + (a << 8) + a))
#endif
#define pwrv_cBuildTimeStr "03-FEB-2014 12:00:00"
#define pwrv_cBuildTimeStr "30-JUN-2014 12:00:00"
#define pwrv_cPwrVersionStr "V5.1.0"
#define pwrv_cPwrVersion SET_VERSION('V', 5, 1, 0)
#define pwrv_cPwrVersionStr "V5.2.0"
#define pwrv_cPwrVersion SET_VERSION('V', 5, 2, 0)
#define pwrv_cWbdbVersionShortStr "V51"
#define pwrv_cWbdbVersionShortStr "V52"
#define pwrv_cPwrCopyright "Copyright (C) 2005-2014 SSAB EMEA AB"
#endif
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