diff --git a/README.md b/README.md index 29764a00d7..3e81b73f29 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Latest packaged version](https://repology.org/badge/latest-versions/radare2.svg)](https://repology.org/project/radare2/versions) [![Tests Status](https://github.com/radareorg/radare2/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/ci.yml?query=branch%3Amaster) [![build](https://github.com/radareorg/radare2/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/build.yml?query=branch%3Amaster) [![tcc](https://github.com/radareorg/radare2/actions/workflows/tcc.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/tcc.yml) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/741/badge)](https://bestpractices.coreinfrastructure.org/projects/741) [![Build Status](https://scan.coverity.com/projects/416/badge.svg)](https://scan.coverity.com/projects/416) [![Discord](https://badgen.net/discord/members/YBey7CR9jf)](https://discord.gg/YBey7CR9jf) -Current git `master` branch is `6.2.0`, next release will be `6.2.1`. +Current git `master` branch is `6.2.1`, next release will be `6.2.2`. ### Description diff --git a/configure b/configure index f94c58b1aa..9e1f226efd 100755 --- a/configure +++ b/configure @@ -167,12 +167,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='radare2' ; VERSION='6.2.0' ; VERSION_MAJOR=6; VERSION_MINOR=2; VERSION_PATCH=0; VERSION_NUMBER=60200; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='6.2.1' ; VERSION_MAJOR=6; VERSION_MINOR=2; VERSION_PATCH=1; VERSION_NUMBER=60201; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -325,7 +325,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 6.2.0" +echo "VERSION: 6.2.1" echo "AUTHOR: pancake" echo "EMAIL: pancake@nopcode.org" echo "DESCRIPTION: The UNIX-like reverse engineering toolkit" diff --git a/configure.acr b/configure.acr index 21858d7743..c7416d5985 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 6.2.0 +VERSION 6.2.1 CONTACT pancake ; pancake@nopcode.org DESCRIPTION The UNIX-like reverse engineering toolkit ; diff --git a/dist/nix/package.nix b/dist/nix/package.nix index f0caf3942a..0c3c5ff26b 100644 --- a/dist/nix/package.nix +++ b/dist/nix/package.nix @@ -53,7 +53,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "radare2"; - version = "6.2.0"; + version = "6.2.1"; inherit src; diff --git a/dist/npm/package.json b/dist/npm/package.json index 3f8002cfc8..e6c17ef116 100644 --- a/dist/npm/package.json +++ b/dist/npm/package.json @@ -25,7 +25,7 @@ "pancake " ], "name": "radare2", - "version": "6.2.0", + "version": "6.2.1", "bugs": { "url": "https://github.com/radareorg/radare2/issues" }, diff --git a/dist/rpm/radare2.spec b/dist/rpm/radare2.spec index c922f2ab29..e68a8e2b0c 100644 --- a/dist/rpm/radare2.spec +++ b/dist/rpm/radare2.spec @@ -5,7 +5,7 @@ Name: radare2 # This version must be a valid and existing release number otherwise CI will fail -Version: 6.1.8 +Version: 6.2.0 Release: 1%{?dist} Summary: The %{name} reverse engineering framework Group: Applications/Engineering diff --git a/dist/wapm/r2/wapm.toml b/dist/wapm/r2/wapm.toml index 923519da8f..68b196a73e 100644 --- a/dist/wapm/r2/wapm.toml +++ b/dist/wapm/r2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/r2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" readme = "README.md" license = "LGPL3" diff --git a/dist/wapm/rabin2/wapm.toml b/dist/wapm/rabin2/wapm.toml index 15cc82f3aa..bd3ae0d4b2 100644 --- a/dist/wapm/rabin2/wapm.toml +++ b/dist/wapm/rabin2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/rabin2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" license = "LGPL3" readme = "README.md" diff --git a/dist/wapm/radiff2/wapm.toml b/dist/wapm/radiff2/wapm.toml index 3d1a054ad1..0a72097369 100644 --- a/dist/wapm/radiff2/wapm.toml +++ b/dist/wapm/radiff2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/radiff2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" license = "LGPL3" readme = "README.md" diff --git a/dist/wapm/rafind2/wapm.toml b/dist/wapm/rafind2/wapm.toml index 331e800662..504f7e268e 100644 --- a/dist/wapm/rafind2/wapm.toml +++ b/dist/wapm/rafind2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/rafind2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" license = "LGPL3" readme = "README.md" diff --git a/dist/wapm/ragg2/wapm.toml b/dist/wapm/ragg2/wapm.toml index d378322837..146dd236cb 100644 --- a/dist/wapm/ragg2/wapm.toml +++ b/dist/wapm/ragg2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/ragg2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" license = "LGPL3" readme = "README.md" diff --git a/dist/wapm/rahash2/wapm.toml b/dist/wapm/rahash2/wapm.toml index 1744f1fa63..d04776f2bc 100644 --- a/dist/wapm/rahash2/wapm.toml +++ b/dist/wapm/rahash2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/rahash2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" license = "LGPL3" readme = "README.md" diff --git a/dist/wapm/rasm2/wapm.toml b/dist/wapm/rasm2/wapm.toml index 73d58f9918..307f6b579d 100644 --- a/dist/wapm/rasm2/wapm.toml +++ b/dist/wapm/rasm2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/rasm2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" license = "LGPL3" readme = "README.md" diff --git a/dist/wapm/rax2/wapm.toml b/dist/wapm/rax2/wapm.toml index 855a09a4a8..e8c6e36b2f 100644 --- a/dist/wapm/rax2/wapm.toml +++ b/dist/wapm/rax2/wapm.toml @@ -1,6 +1,6 @@ [package] name = "pancake/rax2" -version = "6.2.0" +version = "6.2.1" description = "Unix-Like Reverse Engineering Framework" readme = "README.md" license = "LGPL3" diff --git a/meson.build b/meson.build index 8225977546..d9ac8e29ac 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.63', version : '6.2.0') +project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.63', version : '6.2.1') # Global Arguments First