From 8b81e8fe1430db8a399b74b6f0a1063ec4eeb20d Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 19 Apr 2022 01:46:10 +0200 Subject: [PATCH] After release version bump. Expect ABI breaks until 5.7.0 is out --- configure | 10 +++++----- configure.acr | 2 +- dist/npm/package.json | 2 +- meson.build | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 8a8ec06a0a..10ccaa4563 100755 --- a/configure +++ b/configure @@ -134,12 +134,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='radare2' ; VERSION='5.6.8' ; VERSION_MAJOR=5; VERSION_MINOR=6; VERSION_PATCH=8; VERSION_NUMBER=50608; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='5.6.9' ; VERSION_MAJOR=5; VERSION_MINOR=6; VERSION_PATCH=9; VERSION_NUMBER=50609; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -276,7 +276,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 5.6.8" +echo "VERSION: 5.6.9" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0" diff --git a/configure.acr b/configure.acr index cd7383b30c..bbf1c1bfdb 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 5.6.8 +VERSION 5.6.9 CONTACT pancake ; pancake@nopcode.org LANG_C! diff --git a/dist/npm/package.json b/dist/npm/package.json index 6ed9469a67..cdeebcf85d 100644 --- a/dist/npm/package.json +++ b/dist/npm/package.json @@ -21,7 +21,7 @@ "pancake " ], "name": "radare2-git", - "version": "5.6.8", + "version": "5.6.9", "bugs": { "url": "https://github.com/radareorg/radare2/issues" }, diff --git a/meson.build b/meson.build index 5315a6f462..1771ac14e4 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.49', version : '5.6.8') +project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.49', version : '5.6.9') py3_exe = import('python').find_installation('python3') git_exe = find_program('git', required: false)