diff options
Diffstat (limited to 'gnu/cvs/cvs/version.c')
| -rw-r--r-- | gnu/cvs/cvs/version.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/cvs/cvs/version.c b/gnu/cvs/cvs/version.c new file mode 100644 index 000000000000..18a9d14f2b3d --- /dev/null +++ b/gnu/cvs/cvs/version.c @@ -0,0 +1,11 @@ +/* + * 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 + */ + +char *version_string = "\nConcurrent Versions System (CVS) 1.3\n"; |
