From f85dd79aae379582ee98ae9ee5b3ae18a98198af Mon Sep 17 00:00:00 2001 From: Davide Scola Date: Mon, 22 Jan 2018 16:54:15 +0000 Subject: [PATCH 1/2] default Grape port has been changed --- src/grenache-get.in | 2 +- src/grenache-put.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/grenache-get.in b/src/grenache-get.in index 240a4d7..c56c517 100644 --- a/src/grenache-get.in +++ b/src/grenache-get.in @@ -22,7 +22,7 @@ WHOAMI="$(@READLINK@ -snf "${ME}")" ARGV=$(@GETOPT@ -o 'g:hip:trvw' --long 'grape:,help,id,port:,tls,raw,value,write' -n "${ME##*/}" -- "$@") || exit 1 TLS='' -PORT=30001 +PORT=30002 HOSTNAME='127.0.0.1' QUERY='select(.v) | .v' diff --git a/src/grenache-put.in b/src/grenache-put.in index 313aef8..716b9da 100644 --- a/src/grenache-put.in +++ b/src/grenache-put.in @@ -25,7 +25,7 @@ TLS='' CAS='' SALT='' MUTABLE='' -PORT=30001 +PORT=30002 HOSTNAME='127.0.0.1' SEQUENCE="$(@DATE@ '+%s%6N')" From c238ecaf7804be65fdbf646c616c3a9c51506a04 Mon Sep 17 00:00:00 2001 From: Davide Scola Date: Mon, 22 Jan 2018 16:56:51 +0000 Subject: [PATCH 2/2] bump version to 0.3.2 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8248743..2d1bf14 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,9 @@ dnl implied. See the License for the specific language governing permissions dnl and limitations under the License. AC_PREREQ(2.69) -AC_INIT([grenache-cli], [0.3.1], [davide@bitfinex.com]) +AC_INIT([grenache-cli], [0.3.2], [davide@bitfinex.com]) -AC_SUBST([VERSION], [0.3.1]) +AC_SUBST([VERSION], [0.3.2]) AC_SUBST([SB], [`$srcdir/shtool echo -n -e %B`]) AC_SUBST([EB], [`$srcdir/shtool echo -n -e %b`])