From 63b9d663659f88e18496ad140f0d897d4ff65e73 Mon Sep 17 00:00:00 2001 From: Clash-Mini Date: Thu, 27 Jan 2022 12:45:11 +0800 Subject: [PATCH] [Feat] 1.Add DNS over QUIC support 2.Replace Country.mmdb with GeoIP.dat 3.build with Alpha tag --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a9644fa8..8c8e3ccc 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ NAME=Clash.Meta BINDIR=bin BRANCH=$(shell git rev-parse --abbrev-ref HEAD) VERSION=$(shell git describe --tags || echo "unknown version" ) -ifeq ($(BRANCH),Dev) -VERSION=$(shell git rev-parse --short HEAD) +ifeq ($(BRANCH),Feature) +VERSION=alpha-$(shell git rev-parse --short HEAD) endif BUILDTIME=$(shell date -u) AUTOIPTABLES=Enable @@ -20,7 +20,6 @@ PLATFORM_LIST = \ darwin-amd64 \ darwin-arm64 \ linux-amd64 \ - linux-amd64-AutoIptables\ linux-armv5 \ linux-armv6 \ linux-armv7 \ @@ -150,4 +149,4 @@ all-arch: $(PLATFORM_LIST) $(WINDOWS_ARCH_LIST) releases: $(gz_releases) $(zip_releases) clean: - rm $(BINDIR)/* + rm $(BINDIR)/* \ No newline at end of file