Skip to content

Commit a307be4

Browse files
committed
Version bump
1 parent 1b07dbc commit a307be4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
build/
2+
3+
.vscode/

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.0.0] - 2023-11-14
11+
1012
### Added
1113

1214
- `libc` functions:
@@ -37,5 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3739
functions of this library and wants to use those instead.
3840
- Compatible with various ABIs: `o32`, `n32`, `o64`, `n64`.
3941

40-
[unreleased]: https://github.com/Decompollaborate/spimdisasm/compare/v0.1.0...HEAD
42+
[unreleased]: https://github.com/Decompollaborate/spimdisasm/compare/v1.0.0...HEAD
43+
[v1.0.0]: https://github.com/Decompollaborate/spimdisasm/compare/v0.1.0...v1.0.0
4144
[v0.1.0]: https://github.com/Decompollaborate/spimdisasm/releases/tag/v0.1.0

include/gcc_vr4300/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef GCC_VR4300_VERSION_H
22
#define GCC_VR4300_VERSION_H
33

4-
#define LIBGCC_VR4300_VER_MAJOR 0
5-
#define LIBGCC_VR4300_VER_MINOR 1
4+
#define LIBGCC_VR4300_VER_MAJOR 1
5+
#define LIBGCC_VR4300_VER_MINOR 0
66
#define LIBGCC_VR4300_VER_PATCH 0
77

88
#define _STRINGIFY2(x) #x

0 commit comments

Comments
 (0)