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