1*0Sstevel@tonic-gate /*
2*0Sstevel@tonic-gate  *
3*0Sstevel@tonic-gate  * Portions Copyright %G% Sun Microsystems, Inc.
4*0Sstevel@tonic-gate  * All Rights Reserved
5*0Sstevel@tonic-gate  *
6*0Sstevel@tonic-gate  */
7*0Sstevel@tonic-gate 
8*0Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
9*0Sstevel@tonic-gate 
10*0Sstevel@tonic-gate /*
11*0Sstevel@tonic-gate  * Copyright (c) 1991 Regents of the University of Michigan.
12*0Sstevel@tonic-gate  * All rights reserved.
13*0Sstevel@tonic-gate  *
14*0Sstevel@tonic-gate  * Redistribution and use in source and binary forms are permitted
15*0Sstevel@tonic-gate  * provided that this notice is preserved and that due credit is given
16*0Sstevel@tonic-gate  * to the University of Michigan at Ann Arbor. The name of the University
17*0Sstevel@tonic-gate  * may not be used to endorse or promote products derived from this
18*0Sstevel@tonic-gate  * software without specific prior written permission. This software
19*0Sstevel@tonic-gate  * is provided ``as is'' without express or implied warranty.
20*0Sstevel@tonic-gate  */
21*0Sstevel@tonic-gate 
22*0Sstevel@tonic-gate static char Version[] = VERSIONNAME": libldap.a 4.0";
23