/* * 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 the CVS 1.3 kit. * * version.c - the CVS version number */ /* for rcvs, modify ver_rcvs and RCVS_VERSION, * ver_rcvs is 2 to 3 digit integer version number, * between 67 (rcvs-0.6.7) and 999 (rcvs-9.9.9). * RCVS_VERSION is ASCII string corresponding to ver_rcvs. */ int ver_rcvs = 84; #define RCVS_VERSION "rcvs-0.8.4" char *version_rcvs = RCVS_VERSION; char *version_string = "\nConcurrent Versions System (CVS) 1.3 (" RCVS_VERSION ")\n";