From 91fbf629bc7972c42e525039f6b80fde497e4e05 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Wed, 19 Jan 2005 22:52:38 +0000 Subject: [PATCH] We are v1.42. --- zsnes/src/configure.in | 2 +- zsnes/src/macros.mac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/configure.in b/zsnes/src/configure.in index c1e723f7..ea28fa94 100644 --- a/zsnes/src/configure.in +++ b/zsnes/src/configure.in @@ -4,7 +4,7 @@ AC_INIT(init.asm) AC_CONFIG_HEADER(config.h) ISODATE=`date +%Y-%m-%d` AC_SUBST(ISODATE) -VERSION=1.41 +VERSION=1.42 AC_SUBST(VERSION) AC_ARG_WITH(nasm-prefix,[ --with-nasm-prefix=PFX Prefix where nasm is installed (optional)], nasm_prefix="$withval", nasm_prefix="") diff --git a/zsnes/src/macros.mac b/zsnes/src/macros.mac index 027f0ba8..76e3cc2f 100644 --- a/zsnes/src/macros.mac +++ b/zsnes/src/macros.mac @@ -23,7 +23,7 @@ bits 32 section .text ; Zsnes required macros -%define ZVERSION '1.41' +%define ZVERSION '1.42' %ifdef ELF %imacro newsym 1