Yes we are v1.40 now.

This commit is contained in:
n-a-c-h
2004-12-06 23:03:08 +00:00
parent 2dc051f4ee
commit cfd69eb425
2 changed files with 2 additions and 2 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.36
VERSION=1.40
AC_SUBST(VERSION)
AC_ARG_WITH(nasm-prefix,[ --with-nasm-prefix=PFX Prefix where nasm is installed (optional)], nasm_prefix="$withval", nasm_prefix="")