Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Oct 5, 2017
1 parent 193d6cb commit 21a9f13
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1.2
VERSION := 1.1.3
else
VERSION := $(shell git describe --always)
endif
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
===


1.1.3
-----

**October 4, 2017**

- Refactored the optimizer
- Implemented data flow optimizations


1.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.1.2"
# define BFS_VERSION "1.1.3"
#endif

#ifndef BFS_HOMEPAGE
Expand Down

0 comments on commit 21a9f13

Please sign in to comment.