home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume8 / micrognu / part03 / version.c < prev    next >
Encoding:
Text File  |  1987-01-26  |  322 b   |  11 lines

  1. /*
  2.  * This file contains the string that get written 
  3.  * out by the emacs-version command.
  4.  * Rich had it generated by a command file. I do
  5.  * it manually, until I can figure out a way to get
  6.  * the MicroGnuEmacs version number generated in an
  7.  * reasonable and automatic manner.
  8.  */
  9.  
  10. char    *version = "MicroGnuEmacs 1a" ;
  11.