Skip to content

Commit

Permalink
Change version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hackhaslam committed Jan 7, 2019
1 parent 346e430 commit 5fd8f94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}"
)
Expand Down
9 changes: 9 additions & 0 deletions doc/changelog.md
@@ -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
Expand Down

0 comments on commit 5fd8f94

Please sign in to comment.