Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Jan 4, 2019
1 parent 6510e8a commit 93b9e73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
############################################################################
# bfs #
# Copyright (C) 2015-2018 Tavian Barnes <tavianator@tavianator.com> #
# Copyright (C) 2015-2019 Tavian Barnes <tavianator@tavianator.com> #
# #
# Permission to use, copy, modify, and/or distribute this software for any #
# purpose with or without fee is hereby granted. #
Expand All @@ -15,7 +15,7 @@
############################################################################

ifeq ($(wildcard .git),)
VERSION := 1.3
VERSION := 1.3.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.3.1
-----

**January 3, 2019**

- Fixed some portability problems affecting FreeBSD


1.3
---

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.3"
# define BFS_VERSION "1.3.1"
#endif

#ifndef BFS_HOMEPAGE
Expand Down

0 comments on commit 93b9e73

Please sign in to comment.