summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--RELEASES.md8
-rw-r--r--bfs.h2
3 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e57893..5dc7c16 100644
--- a/Makefile
+++ b/Makefile
@@ -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
---
diff --git a/bfs.h b/bfs.h
index c46394c..d47ca8f 100644
--- a/bfs.h
+++ b/bfs.h
@@ -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