Skip to content

Commit

Permalink
Added missing Manual :(
Browse files Browse the repository at this point in the history
Set release as 1.5.11.1
  • Loading branch information
abrolag committed May 12, 2019
1 parent a16ad89 commit 8378b93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
yoshimi 1.5.11
yoshimi 1.5.11.1

2019-5-12 Will
* Moved hidden filenames fro globals to main.
* Moved hidden filenames from globals to main.
Only place they ever need to be identified.
* Moved instance start out of loop.
Slightly improves timing.
* Added extra message when loading manual.
* Edited docs.
* Set release as 1.5.11
* Added missing Manual :(
* Set release as 1.5.11.1

2019-5-11 Will
* Further work to improve multi-instance.
Expand Down
Binary file added doc/yoshimi-user-manual-1.5.11.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ add_definitions(-Wall)
#add_definitions(-Wextra)
# ^^^ comment these out on release pushes

set (YOSHIMI_VERSION "1.5.11")
set (YOSHIMI_VERSION "1.5.11.1")
add_definitions (-DMIN_CONFIG_MAJOR=1)
add_definitions (-DMIN_CONFIG_MINOR=5)

Expand Down
2 changes: 1 addition & 1 deletion src/Misc/ConfBuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ConfBuild.h
*/

#define BUILD_NUMBER 1562
#define BUILD_NUMBER 1563

0 comments on commit 8378b93

Please sign in to comment.