From 19ff6cafb9dbd206d48cd78e0f9d82e8645df06f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 12 Mar 2016 16:12:29 -0500 Subject: Bump the version to 0.74. --- Makefile | 2 +- bfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ee29bc..01aec38 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.70 +VERSION := 0.74 else VERSION := $(shell git describe --always) endif diff --git a/bfs.h b/bfs.h index f0aaada..d5cc343 100644 --- a/bfs.h +++ b/bfs.h @@ -19,7 +19,7 @@ #include #ifndef BFS_VERSION -# define BFS_VERSION "0.70" +# define BFS_VERSION "0.74" #endif #ifndef BFS_HOMEPAGE -- cgit v1.2.3