version bump

This commit is contained in:
Angie 2022-10-14 19:46:01 -03:00
parent 6fad5e740a
commit 34e982a763
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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