Updated copyright, version, about window.

This commit is contained in:
n-a-c-h
2005-01-03 18:11:49 +00:00
parent 111cc06bf1
commit 64aa3d9cc7
152 changed files with 1434 additions and 432 deletions

View File

@@ -4,7 +4,7 @@ AC_INIT(init.asm)
AC_CONFIG_HEADER(config.h)
ISODATE=`date +%Y-%m-%d`
AC_SUBST(ISODATE)
VERSION=1.40
VERSION=1.41
AC_SUBST(VERSION)
AC_ARG_WITH(nasm-prefix,[ --with-nasm-prefix=PFX Prefix where nasm is installed (optional)], nasm_prefix="$withval", nasm_prefix="")