home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / termcap / version.c < prev   
Encoding:
C/C++ Source or Header  |  1994-11-19  |  224 b   |  7 lines

  1. /* Make the library identifiable with the RCS ident command.  */
  2. #if 0
  3. static char *version_string = "\n$Version: GNU termcap 1.2-MvS-1.1 $\n";
  4. #else
  5. static char *version_string = "\n$Version: GNU termcap 1.2.3 $\n";
  6. #endif
  7.