From f21cbfd4eaef06b5cd45455130af37b66413954c Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Thu, 8 Feb 2018 18:37:28 -0500
Subject: Release 1.2.1

---
 Makefile    | 2 +-
 RELEASES.md | 8 ++++++++
 bfs.h       | 2 +-
 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
-- 
cgit v1.2.3