From e1be4b2e74a696a3648d82516b5104c105c79d9f Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Tue, 18 Mar 2014 12:11:27 +0200 Subject: [PATCH] solr: Bump solr version to 4.7.0 --- solr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/Makefile b/solr/Makefile index c6a0fdb..4bbd60b 100644 --- a/solr/Makefile +++ b/solr/Makefile @@ -1,6 +1,6 @@ include $(CURDIR)/../Makefile.inc -VERSION = 4.6.0 +VERSION = 4.7.0 TARGET = solr-$(VERSION).tgz SOURCE = http://ftp.funet.fi/pub/mirrors/apache.org/lucene/solr/$(VERSION)/solr-$(VERSION).tgz