Bump version to 1.15.0 (#7324)

* Add Linux CMake preset

* Add macOS preset

* Update ChangeLog

* Add missing launch.json

* Bump version to 1.15.0
This commit is contained in:
Nick Bolton
2024-01-11 17:11:35 +00:00
committed by GitHub
parent 83175d3e45
commit 5c0de7ea49
3 changed files with 15 additions and 3 deletions

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "gui",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/build/bin/synergy",
"preLaunchTask": "build"
}
]
}

View File

@ -1,4 +1,4 @@
# 1.14.7
# 1.15.0
Enhancements:

View File

@ -3,8 +3,8 @@
#
set (SYNERGY_VERSION_MAJOR 1)
set (SYNERGY_VERSION_MINOR 14)
set (SYNERGY_VERSION_PATCH 7)
set (SYNERGY_VERSION_MINOR 15)
set (SYNERGY_VERSION_PATCH 0)
set (SYNERGY_VERSION_STAGE "snapshot")
# CI changes this to the current tag, but doesn't commit