Commit a30fc78b authored by claes's avatar claes

V4.4.4

parent 01e3eed2
/*
* Proview $Id: pwr_version.h,v 1.12 2007-07-05 07:35:27 claes Exp $
* Proview $Id: pwr_version.h,v 1.13 2007-11-23 14:42:19 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -63,22 +63,22 @@
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (a << 16) + (a << 8) + a))
#endif
#define pwrv_cBuildTimeStr "05-JUL-2007 10:00:00"
#define pwrv_cBuildTimeStr "23-NOV-2007 16:00:00"
#define pwrv_cPwrVersionStr "V4.4.2"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cPwrVersionStr "V4.4.4"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 4, 4)
#define pwrv_cSmdVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cSmdVersionStr "V4.4.1"
#define pwrv_cSmdVersion SET_VERSION('V', 4, 4, 4)
#define pwrv_cSmdVersionStr "V4.4.4"
#define pwrv_cBmdVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cBmdVersionStr "V4.4.2"
#define pwrv_cBmdVersion SET_VERSION('V', 4, 4, 4)
#define pwrv_cBmdVersionStr "V4.4.4"
#define pwrv_cWbdbVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cWbdbVersionStr "V4.4.2"
#define pwrv_cWbdbVersion SET_VERSION('V', 4, 4, 4)
#define pwrv_cWbdbVersionStr "V4.4.4"
#define pwrv_cWbdbVersionShortStr "V44"
#define pwrv_cLffVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cLffVersionStr "V4.4.2"
#define pwrv_cLffVersion SET_VERSION('V', 4, 4, 4)
#define pwrv_cLffVersionStr "V4.4.4"
#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