Change version to 2.5.1

This commit is contained in:
Jason Haslam 2018-12-23 13:21:14 -07:00
parent 8fe46ac797
commit d9a049ca42
2 changed files with 15 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project(GitAhead)
set(GITAHEAD_NAME "GitAhead")
set(GITAHEAD_VERSION_MAJOR 2)
set(GITAHEAD_VERSION_MINOR 5)
set(GITAHEAD_VERSION_PATCH 0)
set(GITAHEAD_VERSION_PATCH 1)
set(GITAHEAD_VERSION
"${GITAHEAD_VERSION_MAJOR}.${GITAHEAD_VERSION_MINOR}.${GITAHEAD_VERSION_PATCH}"
)

View File

@ -1,3 +1,17 @@
### v2.5.1 - 2018-12-22
#### Fixed
* (Win) Restored license agreement to the installer.
* (Win) Avoid restart after the VS redistributable is installed.
* (Mac) Fixed failure to launch on macOS 10.12 and 10.13.
#### Changed
* Truncate tool bar badge numbers at 999.
----
### v2.5.0 - 2018-12-13
#### Changed