xref: /onnv-gate/usr/src/lib/libldap4/common/version.c (revision 3857:21b9b714e4ab)
10Sstevel@tonic-gate /*
2*3857Sstevel  * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
3*3857Sstevel  * Use is subject to license terms.
40Sstevel@tonic-gate  */
50Sstevel@tonic-gate 
60Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
70Sstevel@tonic-gate 
80Sstevel@tonic-gate /*
90Sstevel@tonic-gate  * Copyright (c) 1991 Regents of the University of Michigan.
100Sstevel@tonic-gate  * All rights reserved.
110Sstevel@tonic-gate  *
120Sstevel@tonic-gate  * Redistribution and use in source and binary forms are permitted
130Sstevel@tonic-gate  * provided that this notice is preserved and that due credit is given
140Sstevel@tonic-gate  * to the University of Michigan at Ann Arbor. The name of the University
150Sstevel@tonic-gate  * may not be used to endorse or promote products derived from this
160Sstevel@tonic-gate  * software without specific prior written permission. This software
170Sstevel@tonic-gate  * is provided ``as is'' without express or implied warranty.
180Sstevel@tonic-gate  */
190Sstevel@tonic-gate 
200Sstevel@tonic-gate static char Version[] = VERSIONNAME": libldap.a 4.0";
21