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:
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "gui",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/bin/synergy",
|
||||
"preLaunchTask": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user