Skip to content

Commit a88b74e

Browse files
committed
fix: update company name in project info to 'asynthin'
1 parent 157ab7b commit a88b74e

File tree

1 file changed

+1
-1
lines changed
  • apps/juce_core/rysyn_juce_core_artefacts/JuceLibraryCode

1 file changed

+1
-1
lines changed

apps/juce_core/rysyn_juce_core_artefacts/JuceLibraryCode/JuceHeader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
namespace ProjectInfo
3939
{
4040
const char* const projectName = "Rysyn Audio Core";
41-
const char* const companyName = "yourcompany";
41+
const char* const companyName = "asynthin";
4242
const char* const versionString = "0.1.0";
4343
const int versionNumber = 0x100;
4444
}

0 commit comments

Comments
 (0)