Commit ad11b0fa authored by claes's avatar claes

New build time for V4.2.0

parent 4ce7de3d
/*
* Proview $Id: pwr_version.h,v 1.7 2006-05-11 07:15:08 claes Exp $
* Proview $Id: pwr_version.h,v 1.8 2006-05-22 13:30:53 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -63,7 +63,7 @@
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (a << 16) + (a << 8) + a))
#endif
#define pwrv_cBuildTimeStr "10-MAY-2006 12:00:00"
#define pwrv_cBuildTimeStr "22-MAY-2006 12:00:00"
#define pwrv_cPwrVersionStr "V4.2.0"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 2, 0)
......
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