Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Feb 8, 2018
1 parent 649d85b commit f21cbfd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
############################################################################

ifeq ($(wildcard .git),)
VERSION := 1.2
VERSION := 1.2.1
else
VERSION := $(shell git describe --always)
endif
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
===


1.2.1
-----

**February 8, 2018**

- Performance optimizations


1.2
---

Expand Down
2 changes: 1 addition & 1 deletion bfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f21cbfd

Please sign in to comment.