Skip to content

Commit

Permalink
Bump the version to 0.70.
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Feb 23, 2016
1 parent 1c75549 commit 8a260f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#####################################################################

ifeq ($(wildcard .git),)
VERSION := 0.67
VERSION := 0.70
else
VERSION := $(shell git describe --always)
endif
Expand Down
2 changes: 1 addition & 1 deletion bfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <time.h>

#ifndef BFS_VERSION
# define BFS_VERSION "0.67"
# define BFS_VERSION "0.70"
#endif

#ifndef BFS_HOMEPAGE
Expand Down

0 comments on commit 8a260f3

Please sign in to comment.