1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
openbsd-src/bin/ksh/version.c

11 lines
197 B
C
Raw Permalink Normal View History

1999-07-14 06:36:46 -07:00
/* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */
1996-08-13 23:19:10 -07:00
/*
* value of $KSH_VERSION (or $SH_VERSION)
*/
#include "sh.h"
const char ksh_version [] =
1999-07-14 06:36:46 -07:00
"@(#)PD KSH v5.2.14 99/07/13.2";