home *** CD-ROM | disk | FTP | other *** search
- ;
- ; newvers.sh, converted from original Unix shell script
- ; 06/94 Blaz Zupan
- ;
- if not exists edit
- echo >edit 0
- endif
- set tmpedit `type edit`
- set tmpedit `eval $tmpedit + 1`
- echo >edit $tmpedit
- echo >vers.c "char version[] = *"Version wu-2.4($tmpedit) *" __DATE__ *" *" __TIME__;*Nstatic const char cbm_version[] = *"$VER: wu-ftpd 37.$tmpedit *"__AMIGADATE__;"
-