Skip to content

Commit 39ce8fd

Browse files
committed
Release.
1 parent 3785101 commit 39ce8fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

API/Z80.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* of the Zilog Z80 that emulates all that is known to date about this CPU,
3131
* including the undocumented behaviors, MEMPTR, Q and the special RESET.
3232
*
33-
* @version 0.2
34-
* @date 2025
33+
* @version 0.2-pre-2025-05-02
34+
* @date 2025-05-02
3535
* @author Manuel Sainz de Baranda y Goñi */
3636

3737
#ifdef Z80_EXTERNAL_HEADER

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
email: 'manuel@zxe.io'
77
website: 'https://zxe.io'
88
cff-version: '1.2.0'
9-
date-released: '2024-09-21'
9+
date-released: '2025-05-02'
1010
keywords:
1111
- CPU
1212
- LLE
@@ -18,5 +18,5 @@ message: If you use this software, please cite it using these metadata.
1818
repository-code: 'https://github.com/redcode/Z80'
1919
title: Z80
2020
type: software
21-
version: '0.2-pre-2024-09-21'
21+
version: '0.2-pre-2025-05-02'
2222
url: 'https://zxe.io/software/Z80'

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Z80 v0.2-pre (2024-09-21)
1+
Z80 v0.2-pre (2025-05-02)
22
=========================
33

44
This is an important update that addresses a number of issues and also includes

documentation/version-history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version history
55
Z80 v0.2-pre
66
============
77

8-
*Released on 2024-09-21*
8+
*Released on 2025-05-02*
99

1010
This is an important update that addresses a number of issues and also includes new features. Please note that the changes introduced in this release break the binary compatibility with the previous version.
1111

0 commit comments

Comments
 (0)