Commit a5c54f7b authored by claes's avatar claes

V4.4.2

parent c62ca244
/*
* Proview $Id: pwr_version.h,v 1.11 2007-05-24 07:47:48 claes Exp $
* Proview $Id: pwr_version.h,v 1.12 2007-07-05 07:35:27 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 "21-MAY-2007 18:00:00"
#define pwrv_cBuildTimeStr "05-JUL-2007 10:00:00"
#define pwrv_cPwrVersionStr "V4.4.1"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cPwrVersionStr "V4.4.2"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cSmdVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cSmdVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cSmdVersionStr "V4.4.1"
#define pwrv_cBmdVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cBmdVersionStr "V4.4.1"
#define pwrv_cBmdVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cBmdVersionStr "V4.4.2"
#define pwrv_cWbdbVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cWbdbVersionStr "V4.4.1"
#define pwrv_cWbdbVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cWbdbVersionStr "V4.4.2"
#define pwrv_cWbdbVersionShortStr "V44"
#define pwrv_cLffVersion SET_VERSION('V', 4, 4, 0)
#define pwrv_cLffVersionStr "V4.4.1"
#define pwrv_cLffVersion SET_VERSION('V', 4, 4, 2)
#define pwrv_cLffVersionStr "V4.4.2"
#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