diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-02-08 18:37:28 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-02-08 18:37:28 -0500 |
commit | f21cbfd4eaef06b5cd45455130af37b66413954c (patch) | |
tree | 63849d687c12181253a7d6148580af7d326bc0f0 | |
parent | 649d85b8e3bd3797baa68c405d33c5241f3fb70b (diff) | |
download | bfs-f21cbfd4eaef06b5cd45455130af37b66413954c.tar.xz |
Release 1.2.11.2.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASES.md | 8 | ||||
-rw-r--r-- | bfs.h | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.2 +VERSION := 1.2.1 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index ff29c2a..a09b158 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,14 @@ === +1.2.1 +----- + +**February 8, 2018** + +- Performance optimizations + + 1.2 --- @@ -18,7 +18,7 @@ #define BFS_H #ifndef BFS_VERSION -# define BFS_VERSION "1.2" +# define BFS_VERSION "1.2.1" #endif #ifndef BFS_HOMEPAGE |