From 270c6f44a4061a709f8a6d750e4c6ebfc484771e Mon Sep 17 00:00:00 2001 From: pancake Date: Sat, 2 Jul 2022 02:26:42 +0200 Subject: [PATCH] Release 5.7.2 --- .github/workflows/ci.yml | 2 +- configure | 10 +++++----- configure.acr | 2 +- meson.build | 8 ++++---- src/anal_ghidra_plugin.c | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4975dc0..895e2df4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: ci env: - R2V: 5.7.0 + R2V: 5.7.2 on: push: diff --git a/configure b/configure index 260d605b..d1763ecd 100755 --- a/configure +++ b/configure @@ -109,12 +109,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='r2ghidra' ; VERSION='5.7.0' ; VERSION_MAJOR=5; VERSION_MINOR=7; VERSION_PATCH=0; VERSION_NUMBER=50700; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='r2ghidra' ; VERSION='5.7.2' ; VERSION_MAJOR=5; VERSION_MINOR=7; VERSION_PATCH=2; VERSION_NUMBER=50702; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -218,7 +218,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: r2ghidra" -echo "VERSION: 5.7.0" +echo "VERSION: 5.7.2" echo "LANGS: c++" echo "PKG-CONFIG: r_core r_asm r_anal" exit 0 diff --git a/configure.acr b/configure.acr index 525cfab2..e3a9d1b3 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME r2ghidra -VERSION 5.7.0 +VERSION 5.7.2 CONTACT pancake ; pancake@nopcode.org LANG_CXX! diff --git a/meson.build b/meson.build index 8c64f26f..be824174 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,10 @@ project( 'r2ghidra', ['c', 'cpp'], - license : 'LGPL3', - meson_version : '>=0.50.1', - version : '5.7.0', - default_options : ['c_std=c11', 'cpp_std=c++11'] +license : 'LGPL3', +meson_version : '>=0.50.1', +version : '5.7.2', +default_options : ['c_std=c11', 'cpp_std=c++11'] ) pugixml_sources = [ diff --git a/src/anal_ghidra_plugin.c b/src/anal_ghidra_plugin.c index d83a6fc3..59f7f283 100644 --- a/src/anal_ghidra_plugin.c +++ b/src/anal_ghidra_plugin.c @@ -18,7 +18,7 @@ static RAnalPlugin r_anal_plugin_ghidra = { .license = "GPL3", .arch = "sleigh", .author = "FXTi, pancake", - .version = "5.7.0", + .version = R2_VERSION, #if R2_VERSION_NUMBER >= 50609 .endian = R_SYS_ENDIAN_LITTLE | R_SYS_ENDIAN_BIG, #endif