Skip to content

Commit 5280593

Browse files
committed
[xaudio] Bump version and rebuild
1 parent b021d70 commit 5280593

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

xaudio/Devs/AHI/replay.audio

-28 Bytes
Binary file not shown.

xaudio/src/replay_audio.s

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
ENDC
5858
ENDC
5959

60-
VERSION EQU 4
60+
VERSION EQU 1
6161
REVISION EQU 0
6262
DATE MACRO
63-
dc.b "05.08.2020"
63+
dc.b "7.4.2022"
6464
ENDM
6565
VERS MACRO
66-
dc.b "replay.audio 0.4"
66+
dc.b "replay.audio 1.0"
6767
ENDM
6868

6969
VSTRING MACRO
@@ -754,7 +754,7 @@ RomTag:
754754
dc.l RomTag
755755
dc.l EndCode
756756
dc.b RTF_AUTOINIT
757-
dc.b VERSION
757+
dc.b 4 ;AHI VERSION
758758
dc.b NT_LIBRARY
759759
dc.b 0 ;pri
760760
dc.l LibName
@@ -2454,7 +2454,7 @@ ga_Copyright:
24542454
lea .copyright(pc),a0
24552455
move.l a0,d0
24562456
rts
2457-
.copyright dc.b "� 2017 All rights reserved",0
2457+
.copyright dc.b "© 2022 All rights reserved",0
24582458
even
24592459

24602460
ga_Version:

xaudio/xaudio_ahi.lha

127 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)