Skip to content

Commit 4914d38

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents 58aaea3 + 1732537 commit 4914d38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/novcpkg_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NoVcpkg Build
1+
name: NoVcpkg Build Release
22
on:
33
push:
44
branches:

.github/workflows/vcpkg_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Vcpkg Build
1+
name: Vcpkg Build Release
22
on:
33
push:
44
branches:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif()
7878
message(STATUS "VCPKG TRIPLET: ${VCPKG_TARGET_TRIPLET}")
7979

8080
# Don't specify languages yet in case we need to bump the cmake version
81-
project(EternalTCP VERSION 6.2.6 LANGUAGES NONE)
81+
project(EternalTCP VERSION 6.2.7 LANGUAGES NONE)
8282

8383
if(WIN32)
8484
message(STATUS "Windows detected. Bumping up cmake version.")

0 commit comments

Comments
 (0)