1999-02-19 15:55:20 +08:00
|
|
|
/* $Id: Version.c,v 1.2 1999/02/18 01:18:39 bcollins Exp $
|
1999-02-18 10:18:39 +08:00
|
|
|
*
|
1999-02-15 03:20:14 +08:00
|
|
|
* Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms are permitted only
|
|
|
|
* as authorized by the OpenLDAP Public License. A copy of this
|
|
|
|
* license is available at http://www.OpenLDAP.org/license.html or
|
|
|
|
* in file LICENSE in the top-level directory of the distribution.
|
|
|
|
*/
|
|
|
|
|
1999-02-19 15:55:20 +08:00
|
|
|
static char Versionstr[] =
|
|
|
|
|
|
|
|
" tcl backend %VERSION% (%WHEN%)\n\t%WHOANDWHERE%\n";
|