From d6a8ad44c3716281f5ba5a395c91dfee0bcda09a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 9 Jan 2020 10:14:20 -0500 Subject: Release 1.5.2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c85c76..f25fd12 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ############################################################################ # bfs # -# Copyright (C) 2015-2019 Tavian Barnes # +# Copyright (C) 2015-2020 Tavian Barnes # # # # Permission to use, copy, modify, and/or distribute this software for any # # purpose with or without fee is hereby granted. # @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.5.1 +VERSION := 1.5.2 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3