Skip to content

Commit

Permalink
Update to upstream release 1.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 27, 2016
1 parent 6f9a969 commit 0854458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
X64?= false

ES_VERSION=1.7.2
ES_SHA1=bbbbae8ab11d204d120e23c55c17f2987f3d78c7
ES_VERSION=1.7.5
ES_SHA1=1099bc16a72ee20a5bfe3dd29eb3ca257ded7f66
ES_NAME=elasticsearch-$(ES_VERSION)
ES_HOME=vendor/$(ES_NAME)
ES_LIB=$(ES_HOME)/lib
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

#define ServiceAccountName "elasticsearch"
#define ServiceName "elasticsearch"
#define AppVersion "1.7.2"
#define AppVersion "1.7.5"
#define LuceneVersion "4.10.4"
#define JreVersion "8u60"
#define JreVersion "8u77"
#define ESPath "vendor\elasticsearch-" + AppVersion
#ifdef _WIN64
#define Bits "64"
Expand Down

0 comments on commit 0854458

Please sign in to comment.