From 34e982a763c6be551313099465e74e65694e526b Mon Sep 17 00:00:00 2001 From: Angie Date: Fri, 14 Oct 2022 19:46:01 -0300 Subject: [PATCH] version bump --- include/common/RabbitizerVersion.h | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/common/RabbitizerVersion.h b/include/common/RabbitizerVersion.h index d59e716..8ea45b7 100644 --- a/include/common/RabbitizerVersion.h +++ b/include/common/RabbitizerVersion.h @@ -13,8 +13,8 @@ extern "C" { // Header version #define RAB_VERSION_MAJOR 1 -#define RAB_VERSION_MINOR 2 -#define RAB_VERSION_PATCH 3 +#define RAB_VERSION_MINOR 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) diff --git a/setup.cfg b/setup.cfg index e2bd449..3dd0efa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ [metadata] name = rabbitizer # Version should be synced with include/common/RabbitizerVersion.h -version = 1.2.3 +version = 1.3.0 author = Decompollaborate license = MIT description = MIPS instruction decoder