Skip to content

Commit

Permalink
proper version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Feb 23, 2023
1 parent 6a11224 commit 314f65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/common/RabbitizerVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 314f65d

Please sign in to comment.