File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 container : debian:oldstable-slim
1717 env :
1818 release_name : release-linux-x86_64
19+ VERSION : ${{ contains(github.ref_name, 'v1.3.0') && github.ref_name || 'v1.3.0-' ${GITHUB_SHA:0:8} }}
1920
2021 steps :
2122 - name : dependencies
Original file line number Diff line number Diff line change 107107endif
108108export CROSS_COMPILING
109109
110+ # Always name the version to be alphabetically *after* gpp1
110111ifndef VERSION
111- VERSION =1 .3.0
112+ VERSION =v1 .3.0
112113endif
113114
114115ifndef CLIENTBIN
@@ -594,7 +595,7 @@ ifdef MINGW
594595
595596 # In the absence of wspiapi.h, require Windows XP or later
596597 ifeq ($(shell test -e $(CMDIR)/wspiapi.h; echo $$?),1)
597- # FIXIT-L Update WINVER=_WIN32_WINNT_WIN7 (see https://msdn.microsoft.com/en-us/library/6sehtctf.aspx)
598+ # FIXIT-L Update WINVER=_WIN32_WINNT_WIN7 (see https://msdn.microsoft.com/en-us/library/6sehtctf.aspx)
598599 BASE_CFLAGS += -DWINVER=0x501
599600 endif
600601
You can’t perform that action at this time.
0 commit comments