Change version to 2.5.2

This commit is contained in:
Jason Haslam 2019-01-06 20:41:29 -07:00
parent 346e430c66
commit 5fd8f94751
2 changed files with 10 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 1)
set(GITAHEAD_VERSION_PATCH 2)
set(GITAHEAD_VERSION
"${GITAHEAD_VERSION_MAJOR}.${GITAHEAD_VERSION_MINOR}.${GITAHEAD_VERSION_PATCH}"
)

View File

@ -1,3 +1,12 @@
### v2.5.2 - 2019-01-06
#### Fixed
* (Win) Fixed status diff performance regression on indexes built with older versions of GitAhead.
* (Win) Fixed installer shortcuts to be relative to the actual install location instead of hard coded to the default location.
----
### v2.5.1 - 2018-12-22
#### Fixed