1 /*-----------------------------------------------------------------------------
4 * This string will be embedded into the executable and will track the
5 * release. The embedded string may be displayed using the following:
7 * strings <filename> | grep \$Rel
9 * Copyright (C) 2002-2008 One Stop Systems, Inc.
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * For further information, contact via email: support@onestopsystems.com
22 * One Stop Systems, Inc. Escondido, California U.S.A.
24 *-----------------------------------------------------------------------------
27 char pmcc4_OSSI_release
[] = "$Release: PMCC4_3_1B, Copyright (c) 2008 One Stop Systems$";