We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb822d commit 20e07ddCopy full SHA for 20e07dd
Makefile
@@ -1,6 +1,6 @@
1
MAJOR ?= 1
2
MINOR ?= 1
3
-PATCH ?= 0
+PATCH ?= 1
4
5
TAG = g0dscookie/ldapauthd
6
TAGLIST = -t ${TAG}:${MAJOR} -t ${TAG}:${MAJOR}.${MINOR} -t ${TAG}:${MAJOR}.${MINOR}.${PATCH}
0 commit comments