From 183e141f056126fdcd27201ac4e0b52e24550582 Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 1 Mar 2023 00:40:22 +0100 Subject: [PATCH] Release 2.1.1 --- configure | 14 +++++++------- configure.acr | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 43ed652..25c3869 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# This script was automatically generated by ACR v2.1.0 +# This script was automatically generated by ACR v2.1.1 # @author: pancake # @url: http://www.nopcode.org # @repo: git clone https://github.com/radare/acr @@ -112,12 +112,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='acr' ; VERSION='2.1.0' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=20100; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='acr' ; VERSION='2.1.1' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=1; VERSION_NUMBER=20101; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -214,7 +214,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: acr" -echo "VERSION: 2.1.0" +echo "VERSION: 2.1.1" echo "AUTHOR: pancake" echo "EMAIL: pancake@nopcode.org" echo "DESCRIPTION: automatic configuration replacement tool" @@ -381,7 +381,7 @@ done fi #ACR# /* package information */ #ACR# PKGNAME acr -#ACR# VERSION 2.1.0 +#ACR# VERSION 2.1.1 #ACR# CONTACT pancake ; pancake@nopcode.org #ACR# #ACR# DESCRIPTION automatic configuration replacement tool ; diff --git a/configure.acr b/configure.acr index c6635f6..e4e670b 100644 --- a/configure.acr +++ b/configure.acr @@ -1,6 +1,6 @@ /* package information */ PKGNAME acr -VERSION 2.1.0 +VERSION 2.1.1 CONTACT pancake ; pancake@nopcode.org DESCRIPTION automatic configuration replacement tool ;