diff --git a/configure b/configure index b759154c..709bae87 100755 --- a/configure +++ b/configure @@ -104,12 +104,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='r2frida' ; VERSION='3.5.0' ; CONTACT_MAIL="pancake@nowsecure.com" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='r2frida' ; VERSION='3.5.1' ; CONTACT_MAIL="pancake@nowsecure.com" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -206,7 +206,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: r2frida" -echo "VERSION: 3.5.0" +echo "VERSION: 3.5.1" echo "LANGS: c c++" echo "PKG-CONFIG: r_core" echo "FLAGS: --with-cylang" diff --git a/configure.acr b/configure.acr index 6cb39ecd..5e8bf110 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME r2frida -VERSION 3.5.0 +VERSION 3.5.1 CONTACT pancake ; pancake@nowsecure.com LANG_C! diff --git a/dist/build.sh b/dist/build.sh index 9755d7c4..15505e5c 100755 --- a/dist/build.sh +++ b/dist/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -[ -z "${VERSION}" ] && VERSION=3.5.0 +[ -z "${VERSION}" ] && VERSION=3.5.1 ( RV=${VERSION} RA=amd64 diff --git a/package-lock.json b/package-lock.json index 07fa7336..53af9da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "r2frida-agent", - "version": "3.4.1", + "version": "3.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7e522968..d43a21e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r2frida-agent", - "version": "3.5.0", + "version": "3.5.1", "description": "Agent for frida:// io plugin", "private": true, "main": "src/agent/index.js",