Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Jan 3, 2019
1 parent 5fa75d0 commit f28298b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4
VERSION := 1.3
else
VERSION := $(shell git describe --always)
endif
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1.3
---

**Unreleased**
**January 2, 2019**

New features:

Expand Down
4 changes: 2 additions & 2 deletions bfs.h
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 @@ -18,7 +18,7 @@
#define BFS_H

#ifndef BFS_VERSION
# define BFS_VERSION "1.2.4"
# define BFS_VERSION "1.3"
#endif

#ifndef BFS_HOMEPAGE
Expand Down

0 comments on commit f28298b

Please sign in to comment.