Skip to content

Commit

Permalink
Released as version 1.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gollux committed Mar 13, 2023
1 parent 8a4b62a commit 2efddd8
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.10
VERSION=1.10.1
YEAR=2023
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 2efddd8

Please sign in to comment.