[no-issue] version to 1.5.0

This commit is contained in:
Nick Bolton 2014-05-23 15:43:58 +00:00
parent 1dfe867c54
commit cb382ec913
2 changed files with 7 additions and 2 deletions

View File

@ -16,8 +16,8 @@
# Version number for Synergy # Version number for Synergy
set(VERSION_MAJOR 1) set(VERSION_MAJOR 1)
set(VERSION_MINOR 4) set(VERSION_MINOR 5)
set(VERSION_REV 19) set(VERSION_REV 0)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}") set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 2.6)

View File

@ -1,3 +1,8 @@
1.5.0
=====
Bug #4060 - Key stuck down on Windows server
Bug #4061 - Windows server repeats modifier keys
1.4.18 1.4.18
====== ======
Bug #3980 - Shell extension DLL causes explorer.exe to crash Bug #3980 - Shell extension DLL causes explorer.exe to crash