Skip to content

Commit

Permalink
Release 5.3.0 ci (#320)
Browse files Browse the repository at this point in the history
* Release 5.3.0

* Update the CI
  • Loading branch information
trufae authored Jun 1, 2021
1 parent 4671355 commit d10f4f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci

env:
R2V: 5.2.1
R2V: 5.3.0

on:
push:
Expand Down
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='r2frida' ; VERSION='5.2.1' ; VERSION_MAJOR=5; VERSION_MINOR=2; VERSION_PATCH=1; VERSION_NUMBER=50201; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='r2frida' ; VERSION='5.3.0' ; VERSION_MAJOR=5; VERSION_MINOR=3; VERSION_PATCH=0; VERSION_NUMBER=50300; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures r2frida-5.2.1 to adapt to many kinds of systems.
'configure' configures r2frida-5.3.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -191,10 +191,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.2.1"
echo "5.3.0"
exit 0
fi
echo "r2frida-5.2.1 configuration script done with acr v1.9.8.
echo "r2frida-5.3.0 configuration script done with acr v1.9.8.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -223,7 +223,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: r2frida"
echo "VERSION: 5.2.1"
echo "VERSION: 5.3.0"
echo "LANGS: c"
echo "PKG-CONFIG: r_core"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME r2frida
VERSION 5.2.1
VERSION 5.3.0
CONTACT pancake ; [email protected]

USE_PKGCONFIG!
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2frida-agent",
"version": "5.2.1",
"version": "5.3.0",
"description": "Agent for frida:// io plugin",
"private": true,
"main": "src/agent/index.js",
Expand Down

0 comments on commit d10f4f9

Please sign in to comment.