summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/version.c
blob: 071b1123628bff1785ef98b0e44a9c3f5b709702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 1994 david d `zoo' zuhn
 * Copyright (c) 1994 Free Software Foundation, Inc.
 * Copyright (c) 1992, Brian Berliner and Jeff Polk
 * Copyright (c) 1989-1992, Brian Berliner
 * 
 * You may distribute under the terms of the GNU General Public License as
 * specified in the README file that comes with this  CVS source distribution.
 * 
 * version.c - the CVS version number
 */

#include "cvs.h"

#ifndef lint
static char rcsid[] = "$CVSid: @(#)version.c 1.15 94/10/03 $";
USE(rcsid)
#endif

char *version_string = "\nConcurrent Versions System (CVS) 1.4 Alpha-2\n";
OpenPOWER on IntegriCloud