Skip to content

Commit

Permalink
updated version to 1.7.1. removed bogus error
Browse files Browse the repository at this point in the history
  • Loading branch information
essej committed Nov 29, 2023
1 parent 81982e6 commit 74ccdb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ endif()
# `project()` command. `project()` sets up some helpful variables that describe source/binary
# directories, and the current project version. This is a standard CMake command.

project(SonoBus VERSION 1.7.0)
project(SonoBus VERSION 1.7.1)

set(BUILDVERSION 79)
set(BUILDVERSION 80)


# If you've installed JUCE somehow (via a package manager, or directly using the CMake install
Expand Down
1 change: 0 additions & 1 deletion Source/SonoLookAndFeel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ float SonoLookAndFeel::fontScale = 1.0f;
#elif JUCE_WINDOWS
float SonoLookAndFeel::fontScale = 1.35f;
#else
#error blahhh
float SonoLookAndFeel::fontScale = 1.25f;
#endif

Expand Down

0 comments on commit 74ccdb0

Please sign in to comment.