mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-16 22:19:55 +00:00
version bump
This commit is contained in:
parent
6fad5e740a
commit
34e982a763
@ -13,8 +13,8 @@ extern "C" {
|
|||||||
|
|
||||||
// Header version
|
// Header version
|
||||||
#define RAB_VERSION_MAJOR 1
|
#define RAB_VERSION_MAJOR 1
|
||||||
#define RAB_VERSION_MINOR 2
|
#define RAB_VERSION_MINOR 3
|
||||||
#define RAB_VERSION_PATCH 3
|
#define RAB_VERSION_PATCH 0
|
||||||
|
|
||||||
#define RAB_VERSION_STR RAB_STRINGIFY(RAB_VERSION_MAJOR) "." RAB_STRINGIFY(RAB_VERSION_MINOR) "." RAB_STRINGIFY(RAB_VERSION_PATCH)
|
#define RAB_VERSION_STR RAB_STRINGIFY(RAB_VERSION_MAJOR) "." RAB_STRINGIFY(RAB_VERSION_MINOR) "." RAB_STRINGIFY(RAB_VERSION_PATCH)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = rabbitizer
|
name = rabbitizer
|
||||||
# Version should be synced with include/common/RabbitizerVersion.h
|
# Version should be synced with include/common/RabbitizerVersion.h
|
||||||
version = 1.2.3
|
version = 1.3.0
|
||||||
author = Decompollaborate
|
author = Decompollaborate
|
||||||
license = MIT
|
license = MIT
|
||||||
description = MIPS instruction decoder
|
description = MIPS instruction decoder
|
||||||
|
Loading…
Reference in New Issue
Block a user