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`]) 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')"