blob: 7365a8296290de718b8d20e61ff86c9a1b5e02da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  | 
/*-------------------------------------------------------------------------
 *
 * version.h--
 *	  Header file for versions.
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * $Id: version.h,v 1.5 1997/09/07 04:57:35 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
#ifndef VERSION_H
#define VERSION_H
#endif							/* VERSION_H */
  |