diff options
-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 |