diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-01-03 21:04:50 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-01-03 21:04:50 -0500 |
commit | 93b9e737f1ab346ddfea7a10aad4361fdedaef07 (patch) | |
tree | c2cea2550e61e9c2713eb9118969a2bb04759bbf /Makefile | |
parent | 6510e8af463a43ef686f17968e87f9c4b5cc868f (diff) | |
download | bfs-93b9e737f1ab346ddfea7a10aad4361fdedaef07.tar.xz |
Release 1.3.11.3.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ############################################################################ # bfs # -# Copyright (C) 2015-2018 Tavian Barnes <tavianator@tavianator.com> # +# Copyright (C) 2015-2019 Tavian Barnes <tavianator@tavianator.com> # # # # 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 |