/****************************************************************************
 *
 *	Copyright (C) 1984-2005 Micro Focus International Ltd.
 *
 *	All rights reserved.  Unpublished, all rights reserved under
 *	copyright law and international treaty.  Use of a copyright notice
 *	is precautionary only and does not imply publication or disclosure.
 *	This software contains confidential information and trade secrets of
 *	Micro Focus International Ltd, and no part of this program or
 *	publication may be reproduced, transmitted, transcribed, stored in
 *	a retrieval system, or translated into any language or computer
 *	language, in any form or by any means, electronic, mechanical,
 *	magnetic, optical, chemical, manual or otherwise, without the prior
 *	written permission of:
 *
 *	Micro Focus International Ltd,
 *	The Lawn, Old Bath Road, Newbury, Berkshire, RG14 1QN, UK.
 *	(01635) 32646
 *
 *	RESTRICTED RIGHTS LEGEND
 *	Use, duplication, or disclosure by the Government is subject to
 *	restrictions as set forth in subparagraph (c)(1)(ii) of the Rights
 *	in Technical Data and Computer Software clause at DFARS 52.227-7013
 *	or subparagraphs (c)(1) and (2) of Commercial Computer Software -
 *	Restricted Rights at 48 CFR 52.227-19, as applicable.  Contact
 *	Micro Focus International Ltd, 701 East Middlefield Road,
 *	Mountain View, California 94043, USA.
 *
 *	NX 4.0 and above MUI stream
 *
 *	Source Module vcs_ver.java	Sccs Identification 2.111
 *
 *	Last Modified on 05/09/22 at 00:57:14
 *
 *      sccsid @(#)vcs_ver.java	2.111
 *
 ****************************************************************************/

/** Start of source module vcs_ver.java **/

package com.microfocus.cobol.webservices.guimui;

class Vcs_ver {
static public final String ver = "@(#)COBOL/Java Mapping : 2.111 Built 00:57:14 05/09/22";
}

/** End of source module vcs_ver.java **/

