head	1.3;
access
	werner
	shectman;
symbols;
locks; strict;
comment	@ * @;


1.3
date	90.08.27.14.09.54;	author kemnitz;	state Exp;
branches;
next	;


desc
@Initial Ported Version
@


1.3
log
@checked in with -k by werner at 1992/01/09 16:55:47
@
text
@
/* $Header: RCS/pg_version.c,v 1.3 90/08/27 14:09:54 kemnitz Exp $ */

#include <stdio.h>

int Noversion = 0;

main(argc, argv)

int argc;
char **argv;

{
	char *path = argv[1];

    SetPgVersion(path);
}

elog()

{}

GetDataHome()

{
	return(NULL);
}
@
