blob: 7da7be2176b08c0b8e2d7cef2e73737f2b7bf422 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | /*-------------------------------------------------------------------------
 *
 * version.h
 *	  Header file for versions.
 *
 *
 * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * $Id: version.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
#ifndef VERSION_H
#define VERSION_H
#endif	 /* VERSION_H */
 |