Version bump

This commit is contained in:
angie 2023-06-10 10:38:33 -04:00
parent 5bc9246c05
commit 5d6b5e696f
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: make
name: Build C api and run tests
# Build on every branch push, tag push, and pull request change:
on: [push, pull_request]

View File

@ -4,7 +4,7 @@
[package]
name = "rabbitizer"
# Version should be synced with include/common/RabbitizerVersion.h
version = "1.7.2"
version = "1.7.3"
edition = "2021"
authors = ["Anghelo Carvajal <angheloalf95@gmail.com>"]
description = "MIPS instruction decoder"

View File

@ -14,7 +14,7 @@ extern "C" {
// Header version
#define RAB_VERSION_MAJOR 1
#define RAB_VERSION_MINOR 7
#define RAB_VERSION_PATCH 2
#define RAB_VERSION_PATCH 3
#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.7.2"
version = "1.7.3"
description = "MIPS instruction decoder"
# license = "MIT"
readme = "README.md"