diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ee184cc..3bc2f638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: ci env: - R2V: 5.9.0 + R2V: 5.9.2 on: push: diff --git a/configure b/configure index 6b34050a..ee6457a7 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# This script was automatically generated by ACR v2.1.2 +# This script was automatically generated by ACR v2.1.4 # @author: pancake # @url: http://www.nopcode.org # @repo: git clone https://github.com/radare/acr @@ -112,12 +112,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='r2ghidra' ; VERSION='5.9.1' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=1; VERSION_NUMBER=50901; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='r2ghidra' ; VERSION='5.9.2' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=2; VERSION_NUMBER=50902; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -221,7 +221,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: r2ghidra" -echo "VERSION: 5.9.1" +echo "VERSION: 5.9.2" echo "AUTHOR: pancake" echo "EMAIL: pancake@nopcode.org" echo "LANGS: c++" @@ -364,6 +364,7 @@ fi echo "error: This program is required." >&2 exit 1 ; fi ochof "checking for pkg-config... " +ENVWORDS="${ENVWORDS} HAVE_PKGCONFIG" if [ -n "$PKGCONFIG" ]; then if [ -x "$PKGCONFIG" ]; then _HAVE_PKGCONFIG="${PKGCONFIG}" @@ -387,7 +388,9 @@ else fi if [ -n "${PKGCONFIG}" ]; then ocho ${PKGCONFIG} + HAVE_PKGCONFIG=1 else + HAVE_PKGCONFIG=0 echo "Cannot find pkg-config or pkgconf in PATH" >&2 exit 1 ocho no; fi diff --git a/configure.acr b/configure.acr index 5c36f0d8..d5be6b24 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME r2ghidra -VERSION 5.9.1 +VERSION 5.9.2 CONTACT pancake ; pancake@nopcode.org LANG_CXX! diff --git a/meson.build b/meson.build index 5c661c68..90054243 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( ['c', 'cpp'], license : 'LGPL3', meson_version : '>=0.50.1', -version : '5.9.1', +version : '5.9.2', default_options : ['c_std=c11', 'cpp_std=c++11'] )