]> git.sur5r.net Git - openldap/blob - build/version.h
Edit portable.nt to update OPENLDAP_VERSION
[openldap] / build / version.h
1 /*
2  * Copyright 1998-2003 The OpenLDAP Foundation
3  * COPYING RESTRICTIONS APPLY.  See COPYRIGHT file in top level directory
4  * of this package for details.
5  */
6
7 static const char copyright[] =
8 "Copyright 1998-2003 The OpenLDAP Foundation\n"
9 "COPYING RESTRICTIONS APPLY\n";
10
11 _OLV_STATIC const char __Version[] =
12 "@(#) $" OPENLDAP_PACKAGE ": " _OLV_APP " " OPENLDAP_VERSION " (" _OLV_DATE " " _OLV_TIME ") $\n\t" _OLV_WHO ":" _OLV_CWD "\n";
13