ftp.nice.ch/pub/next/developer/languages/sgml/sp.1.1.1.I.bs.tar.gz#/sp-1.1.1.I.bs/lib/mkversion.pl

This is mkversion.pl in view mode; [Download] [Up]

#! /usr/bin/perl

$version = <>;
chop $version;
print <<END;
#define SP_VERSION SP_T("$version")
END

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.