summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-02-08 18:37:28 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-02-08 18:37:28 -0500
commitf21cbfd4eaef06b5cd45455130af37b66413954c (patch)
tree63849d687c12181253a7d6148580af7d326bc0f0
parent649d85b8e3bd3797baa68c405d33c5241f3fb70b (diff)
downloadbfs-1.2.1.tar.xz
Release 1.2.11.2.1
-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