Skip to content

Commit d4c7500

Browse files
committed
Fix version in windows binaries
1 parent 821aa87 commit d4c7500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CFLAGS += -Iopenssl_mingw/include -D__USE_GNU -DOPENSSL_NO_SSL2 -Wno-deprecated-
5353
LDFLAGS += -lws2_32 -lgdi32 -lcrypt32
5454

5555
# 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)"
56+
VERSION = "$(shell grep -E -o -m 1 '[0-9]+\.[0-9]+\.[0-9]+(\-[a-z]+[0-9]+)?' Changelog) Windows $(ARCHITECTURE) (Mingw)"
5757

5858

5959
all: sslscan

0 commit comments

Comments
 (0)