From 07caf282f7896ed50ec2e6d5be93c8b75c2d9385 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 28 Nov 2017 11:05:53 +0100 Subject: [PATCH] After-release version bump --- configure | 8 ++++---- configure.acr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 35f591d6e4..15a8111a83 100755 --- a/configure +++ b/configure @@ -116,12 +116,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='radare2' ; VERSION='2.1.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='2.2.0-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -228,7 +228,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 2.1.0" +echo "VERSION: 2.2.0-git" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic" diff --git a/configure.acr b/configure.acr index c848afc952..aea489988a 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 2.1.0 +VERSION 2.2.0-git CONTACT pancake ; pancake@nopcode.org LANG_C!