ftp.nice.ch/pub/next/unix/developer/rcvs.0.7.9.s.tar.gz#/src/version.c

This is version.c in view mode; [Download] [Up]

/*
 * 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 = 79;
#define  RCVS_VERSION  "rcvs-0.7.9" 
char *version_rcvs = RCVS_VERSION;
char *version_string = "\nConcurrent Versions System (CVS) 1.3 (" RCVS_VERSION ")\n";

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.