blob: d474b9d883cf5c12fa81ddd018f78211806e2bce (
plain)
1
2
3
4
5
6
7
8
|
/* <<< Release Notice for library >>> */
#ifndef lint
static const char SCCSID[]="@(#)pj_release.c 4.5 95/09/23 GIE REL";
#endif
#include <projects.h>
char const pj_release[]="Rel. 4.4.5, 9 January 2002";
|