home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / uemacs / part3 / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  600 b   |  24 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        Version stamp.
  4.  * Version:    30
  5.  * Last edit:    14-Feb-86
  6.  * By:        rex::conroy
  7.  *        decvax!decwrl!dec-rhea!dec-rex!conroy
  8.  *
  9.  * This file contains the string(s)
  10.  * that get written out by the show version command.
  11.  * Rich had it generated by a command file. I do
  12.  * it manually, until I can figure out a way to get
  13.  * the MicroEMACS version number generated in a
  14.  * reasonable (automatic) manner. Perhaps a program
  15.  * that reads "things2do.txt".
  16.  */
  17. #include    "def.h"
  18.  
  19. char    *version[] = {
  20.     "MicroEMACS version 30",
  21.     "Source from REX::USER$A:[CONROY.HACKING.MINIEMACS]",
  22.     NULL
  23. }; 
  24.