From 10274a23fe6c071267436fa11f233a476cbebe8e Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 26 Aug 2013 14:40:36 +0300 Subject: [PATCH] solr: Updated version to 4.4.0 --- solr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/Makefile b/solr/Makefile index 2d6f897..465c082 100644 --- a/solr/Makefile +++ b/solr/Makefile @@ -1,6 +1,6 @@ include $(CURDIR)/../Makefile.inc -VERSION = 4.2.1 +VERSION = 4.4.0 TARGET = solr-$(VERSION).tgz SOURCE = http://ftp.funet.fi/pub/mirrors/apache.org/lucene/solr/$(VERSION)/solr-$(VERSION).tgz