Skip to content

Commit

Permalink
Merge pull request #10 from davide-scola/0.x-default_port_change
Browse files Browse the repository at this point in the history
[0.x] Default port change
  • Loading branch information
davide-scola authored Jan 22, 2018
2 parents da83f52 + c238eca commit 5ba9786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]])
AC_INIT([grenache-cli], [0.3.2], [[email protected]])

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

Expand Down
2 changes: 1 addition & 1 deletion src/grenache-get.in
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion src/grenache-put.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TLS=''
CAS=''
SALT=''
MUTABLE=''
PORT=30001
PORT=30002
HOSTNAME='127.0.0.1'
SEQUENCE="$(@DATE@ '+%s%6N')"

Expand Down

0 comments on commit 5ba9786

Please sign in to comment.