Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 10, 2024
1 parent 32bd8d6 commit d1fef31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='r2yara' ; VERSION='1.3.0' ; VERSION_MAJOR=1; VERSION_MINOR=3; VERSION_PATCH=0; VERSION_NUMBER=10300; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="jfrankowski" ; CONTACT="jfrankowski <[email protected]>" ;
PKGNAME='r2yara' ; VERSION='1.4.0' ; VERSION_MAJOR=1; VERSION_MINOR=4; VERSION_PATCH=0; VERSION_NUMBER=10400; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="jfrankowski" ; CONTACT="jfrankowski <[email protected]>" ;
}

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

show_version() {
if [ "$QUIET" = 1 ]; then
echo "1.3.0"
echo "1.4.0"
exit 0
fi
echo "r2yara-1.3.0 configuration script done with acr v2.1.4.
echo "r2yara-1.4.0 configuration script done with acr v2.1.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -231,7 +231,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: r2yara"
echo "VERSION: 1.3.0"
echo "VERSION: 1.4.0"
echo "AUTHOR: jfrankowski"
echo "EMAIL: [email protected]"
echo "DESCRIPTION: yara plugin for radare2"
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 r2yara
VERSION 1.3.0
VERSION 1.4.0
DESCRIPTION yara plugin for radare2 ;
CONTACT jfrankowski ; [email protected]

Expand Down

0 comments on commit d1fef31

Please sign in to comment.