Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea committed Aug 31, 2023
2 parents 58aaea3 + 1732537 commit 4914d38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/novcpkg_build_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NoVcpkg Build
name: NoVcpkg Build Release
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg_build_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Vcpkg Build
name: Vcpkg Build Release
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ endif()
message(STATUS "VCPKG TRIPLET: ${VCPKG_TARGET_TRIPLET}")

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

if(WIN32)
message(STATUS "Windows detected. Bumping up cmake version.")
Expand Down

0 comments on commit 4914d38

Please sign in to comment.