From 497e35304614211caef5739e8f73402ed3448f17 Mon Sep 17 00:00:00 2001 From: pancake Date: Sat, 17 Jun 2023 12:34:31 +0200 Subject: [PATCH] Release 2.1.2 --- configure | 18 +++++++++--------- configure.acr | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 25c3869..3becca6 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# This script was automatically generated by ACR v2.1.1 +# This script was automatically generated by ACR v2.1.2 # @author: pancake # @url: http://www.nopcode.org # @repo: git clone https://github.com/radare/acr @@ -92,8 +92,8 @@ create_environ() { : ${SBINDIR:="${PREFIX}/sbin"} : ${ETCDIR:="${SPREFIX}/etc"} : ${LIBDIR:="${SPREFIX}/lib"} -: ${PKGCFG_LIBDIR:="\${exec_prefix}/lib"} -: ${PKGCFG_INCDIR:="\${prefix}/include"} +: ${PKGCFG_LIBDIR:='${exec_prefix}/lib'} +: ${PKGCFG_INCDIR:='${prefix}/include'} : ${LIBEXECDIR:="${SPREFIX}/libexec"} : ${INCLUDEDIR:="${SPREFIX}/include"} : ${DATADIR:="${SPREFIX}/share"} @@ -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.1' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=1; VERSION_NUMBER=20101; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='acr' ; VERSION='2.1.2' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=2; VERSION_NUMBER=20102; 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.1" +echo "VERSION: 2.1.2" 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.1 +#ACR# VERSION 2.1.2 #ACR# CONTACT pancake ; pancake@nopcode.org #ACR# #ACR# DESCRIPTION automatic configuration replacement tool ; diff --git a/configure.acr b/configure.acr index e4e670b..3ca1bf1 100644 --- a/configure.acr +++ b/configure.acr @@ -1,6 +1,6 @@ /* package information */ PKGNAME acr -VERSION 2.1.1 +VERSION 2.1.2 CONTACT pancake ; pancake@nopcode.org DESCRIPTION automatic configuration replacement tool ;