1 /* 2 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. 3 */ 4 5 #ifndef lint 6 static char rcsid[] = "$NetBSD: hack.version.c,v 1.3 1995/03/23 08:32:03 cgd Exp $"; 7 #endif /* not lint */ 8 9 #include "date.h" 10 11 doversion(){ 12 pline("%s 1.0.3 - last edit %s.", ( 13 #ifdef QUEST 14 "Quest" 15 #else 16 "Hack" 17 #endif QUEST 18 ), datestring); 19 return(0); 20 } 21