Yes we are v1.40 now.
This commit is contained in:
@@ -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="")
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ bits 32
|
||||
section .text
|
||||
; Zsnes required macros
|
||||
|
||||
%define ZVERSION '1.36 CVS'
|
||||
%define ZVERSION '1.40'
|
||||
|
||||
%ifdef ELF
|
||||
%imacro newsym 1
|
||||
|
||||
Reference in New Issue
Block a user