diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASES.md | 2 | ||||
-rw-r--r-- | bfs.h | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.2.4 +VERSION := 1.3 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index f8f3c3c..f1f80f9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,7 +5,7 @@ 1.3 --- -**Unreleased** +**January 2, 2019** New features: @@ -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. * @@ -18,7 +18,7 @@ #define BFS_H #ifndef BFS_VERSION -# define BFS_VERSION "1.2.4" +# define BFS_VERSION "1.3" #endif #ifndef BFS_HOMEPAGE |