mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
17 lines
392 B
C
17 lines
392 B
C
/*
|
|
* version.h
|
|
*
|
|
* Copyright (c) 1990, 1991, John W. Eaton.
|
|
*
|
|
* You may distribute under the terms of the GNU General Public
|
|
* License as specified in the file COPYING that comes with the man
|
|
* distribution.
|
|
*
|
|
* John W. Eaton
|
|
* jwe@che.utexas.edu
|
|
* Department of Chemical Engineering
|
|
* The University of Texas at Austin
|
|
* Austin, Texas 78712
|
|
*/
|
|
|
|
static char version[] = "1.1";
|