Skip to content

Commit

Permalink
Update ELSE
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Jan 26, 2025
1 parent 79d0758 commit bd1a56d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Libraries/fftw3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.0)
cmake_minimum_required (VERSION 3.15)

if (NOT DEFINED CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")
Expand Down
2 changes: 1 addition & 1 deletion Source/Utility/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct ProjectInfo {
#else
static inline File const appDataDir = File::getSpecialLocation(File::SpecialLocationType::userDocumentsDirectory).getChildFile("plugdata");
#endif
static inline String const versionSuffix = "-13";
static inline String const versionSuffix = "-test1";
static inline File const versionDataDir = appDataDir.getChildFile("Versions").getChildFile(ProjectInfo::versionString + versionSuffix);
};

Expand Down

0 comments on commit bd1a56d

Please sign in to comment.