Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Aug 13, 2017
1 parent 4257edb commit 2282a3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.0.0](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.0.0) (2017-08-13)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/2.99.0...3.0.0)

**Fixed bugs:**

- Last page of plugin wizard is not translatable [\#97](https://github.com/ColinDuquesnoy/MellowPlayer/issues/97)

## [2.99.0](https://github.com/ColinDuquesnoy/MellowPlayer/tree/2.99.0) (2017-08-06)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/2.95.0...2.99.0)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (NOT BUILD_NUMBER)
endif()
endif()

project(MellowPlayer VERSION 2.99.0.${BUILD_NUMBER})
project(MellowPlayer VERSION 3.0.0.${BUILD_NUMBER})
set(MELLOWPLAYER_VERSION "${MellowPlayer_VERSION}" CACHE STRING "")
add_definitions(-DMELLOWPLAYER_VERSION="${MellowPlayer_VERSION}")
add_definitions(-DMELLOWPLAYER_VERSION_MAJOR="${MellowPlayer_VERSION_MAJOR}")
Expand Down

0 comments on commit 2282a3b

Please sign in to comment.