summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-01-02 23:01:37 -0500
committerTavian Barnes <tavianator@tavianator.com>2019-01-02 23:01:49 -0500
commitf28298ba3cffd2ad3f5756796b35dac4d987429d (patch)
tree4b738c898ae30cdf1f34caa0b964f58a6ce31527
parent5fa75d0823b66a49456790a19e203fec0bc67220 (diff)
downloadbfs-f28298ba3cffd2ad3f5756796b35dac4d987429d.tar.xz
Release 1.31.3
-rw-r--r--Makefile2
-rw-r--r--RELEASES.md2
-rw-r--r--bfs.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 319680c..9755580 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.2.4
+VERSION := 1.3
else
VERSION := $(shell git describe --always)
endif
diff --git a/RELEASES.md b/RELEASES.md
index f8f3c3c..f1f80f9 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -5,7 +5,7 @@
1.3
---
-**Unreleased**
+**January 2, 2019**
New features:
diff --git a/bfs.h b/bfs.h
index d53e628..7369660 100644
--- a/bfs.h
+++ b/bfs.h
@@ -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. *
@@ -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