We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821aa87 commit d4c7500Copy full SHA for d4c7500
Makefile.mingw
@@ -53,7 +53,7 @@ CFLAGS += -Iopenssl_mingw/include -D__USE_GNU -DOPENSSL_NO_SSL2 -Wno-deprecated-
53
LDFLAGS += -lws2_32 -lgdi32 -lcrypt32
54
55
# Set the version string for the program.
56
-VERSION = "$(shell grep -E -o -m 1 "[0-9]+\.[0-9]+\.[0-9]+" Changelog) Windows $(ARCHITECTURE) (Mingw)"
+VERSION = "$(shell grep -E -o -m 1 '[0-9]+\.[0-9]+\.[0-9]+(\-[a-z]+[0-9]+)?' Changelog) Windows $(ARCHITECTURE) (Mingw)"
57
58
59
all: sslscan
0 commit comments