1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Bump version number to 5.4.6

This commit is contained in:
Tom Poole 2020-02-04 11:26:42 +00:00
parent fadd578b60
commit ef1eacccd3
26 changed files with 197 additions and 188 deletions

View file

@ -34,17 +34,17 @@
BEGIN_JUCE_MODULE_DECLARATION
ID: juce_audio_formats
vendor: juce
version: 5.4.5
name: JUCE audio file format codecs
description: Classes for reading and writing various audio file formats.
website: http://www.juce.com/juce
license: GPL/Commercial
ID: juce_audio_formats
vendor: juce
version: 5.4.6
name: JUCE audio file format codecs
description: Classes for reading and writing various audio file formats.
website: http://www.juce.com/juce
license: GPL/Commercial
dependencies: juce_audio_basics
OSXFrameworks: CoreAudio CoreMIDI QuartzCore AudioToolbox
iOSFrameworks: AudioToolbox QuartzCore
dependencies: juce_audio_basics
OSXFrameworks: CoreAudio CoreMIDI QuartzCore AudioToolbox
iOSFrameworks: AudioToolbox QuartzCore
END_JUCE_MODULE_DECLARATION