From 93b9e737f1ab346ddfea7a10aad4361fdedaef07 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 3 Jan 2019 21:04:50 -0500 Subject: Release 1.3.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9755580..ed6c6ef 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ############################################################################ # bfs # -# Copyright (C) 2015-2018 Tavian Barnes # +# Copyright (C) 2015-2019 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.3 +VERSION := 1.3.1 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3