blob: 7dd3c4e68e828516972b729973b085dcacd81aa3 (
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.6 1998/09/01 04:35:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VERSION_H
#define VERSION_H
#endif /* VERSION_H */
|