Commit 0309ea9f authored by claes's avatar claes

V4.4.1

parent e8ad2f62
/*
* Proview $Id: pwr_version.h,v 1.10 2007-04-25 13:41:15 claes Exp $
* Proview $Id: pwr_version.h,v 1.11 2007-05-24 07:47:48 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 "25-APR-2007 12:00:00"
#define pwrv_cBuildTimeStr "21-MAY-2007 18:00:00"
#define pwrv_cPwrVersionStr "V4.4.0"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 4, 0)
#define pwrv_cPwrVersionStr "V4.4.1"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cSmdVersion SET_VERSION('V', 4, 4, 0)
#define pwrv_cSmdVersionStr "V4.4.0"
#define pwrv_cSmdVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cSmdVersionStr "V4.4.1"
#define pwrv_cBmdVersion SET_VERSION('V', 4, 4, 0)
#define pwrv_cBmdVersionStr "V4.4.0"
#define pwrv_cBmdVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cBmdVersionStr "V4.4.1"
#define pwrv_cWbdbVersion SET_VERSION('V', 4, 4, 0)
#define pwrv_cWbdbVersionStr "V4.4.0"
#define pwrv_cWbdbVersion SET_VERSION('V', 4, 4, 1)
#define pwrv_cWbdbVersionStr "V4.4.1"
#define pwrv_cWbdbVersionShortStr "V44"
#define pwrv_cLffVersion SET_VERSION('V', 4, 4, 0)
#define pwrv_cLffVersionStr "V4.4.0"
#define pwrv_cLffVersionStr "V4.4.1"
#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