diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | bfs.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.74 +VERSION := 0.79 else VERSION := $(shell git describe --always) endif @@ -19,7 +19,7 @@ #include <time.h> #ifndef BFS_VERSION -# define BFS_VERSION "0.74" +# define BFS_VERSION "0.79" #endif #ifndef BFS_HOMEPAGE |