From 74ca7ff0d1a95d3604b1900311e18741af097ec4 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Fri, 22 Jan 2021 14:48:45 +0800 Subject: [PATCH] Version 0.1.0 --- configure | 10 +++++----- configure.acr | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index a1abe87be3..c0dff604a4 100755 --- a/configure +++ b/configure @@ -129,12 +129,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='rizin' ; VERSION='0.1.0-git' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=00100; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team " ; + PKGNAME='rizin' ; VERSION='0.1.0' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=00100; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team " ; } show_usage() { cat <." exit 0 @@ -261,7 +261,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: rizin" -echo "VERSION: 0.1.0-git" +echo "VERSION: 0.1.0" 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 a45fe54f35..3131ad8932 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME rizin -VERSION 0.1.0-git +VERSION 0.1.0 CONTACT Rizin Core Team ; team@rizin.re LANG_C!