proper version bump

This commit is contained in:
Angie 2023-02-23 13:52:01 -03:00
parent 6a11224f2f
commit 314f65d6a0
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ extern "C" {
// Header version
#define RAB_VERSION_MAJOR 1
#define RAB_VERSION_MINOR 5
#define RAB_VERSION_PATCH 9
#define RAB_VERSION_PATCH 10
#define RAB_VERSION_STR RAB_STRINGIFY(RAB_VERSION_MAJOR) "." RAB_STRINGIFY(RAB_VERSION_MINOR) "." RAB_STRINGIFY(RAB_VERSION_PATCH)

View File

@ -4,7 +4,7 @@
[project]
name = "rabbitizer"
# Version should be synced with include/common/RabbitizerVersion.h
version = "1.5.9"
version = "1.5.10"
description = "MIPS instruction decoder"
# license = "MIT"
readme = "README.md"