File: version.c

package info (click to toggle)
es 0.90beta1-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 728 kB
  • ctags: 980
  • sloc: ansic: 8,076; sh: 1,503; makefile: 142; yacc: 109
file content (4 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (5)
1
2
3
4
/* version.c -- version number ($Revision: 1.2 $) */
#include "es.h"
static const char id[] = "@(#)es version 0.9-beta1 12-August-1997";
const char * const version = id + (sizeof "@(#)" - 1);