Skip to content

Commit

Permalink
Released as version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gollux committed Sep 10, 2018
1 parent 715add2 commit 5d6beb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CC=gcc
CFLAGS=-std=gnu99 -Wall -Wextra -Wno-parentheses -Wno-unused-result -Wno-missing-field-initializers -Wstrict-prototypes -Wmissing-prototypes -D_GNU_SOURCE
LIBS=-lcap

VERSION=1.6
VERSION=1.7
YEAR=2018
BUILD_DATE:=$(shell date '+%Y-%m-%d')
BUILD_COMMIT:=$(shell if git rev-parse >/dev/null 2>/dev/null ; then git describe --always --tags ; else echo '<unknown>' ; fi)
Expand Down

0 comments on commit 5d6beb2

Please sign in to comment.