1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Bump version number to 8.0.9

This commit is contained in:
Tom Poole 2025-09-01 14:44:25 +01:00
parent a37b35ad15
commit cb9ec7e38f
30 changed files with 43 additions and 29 deletions

View file

@ -44,7 +44,7 @@
ID: juce_analytics
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE analytics classes
description: Classes to collect analytics and send to destinations
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_animation
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE Animation classes
description: Classes for defining and handling animations.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_audio_basics
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE audio and MIDI data classes
description: Classes for audio buffer manipulation, midi message handling, synthesis, etc.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_audio_devices
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE audio and MIDI I/O device classes
description: Classes to play and record from audio and MIDI I/O devices
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_audio_formats
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE audio file format codecs
description: Classes for reading and writing various audio file formats.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_audio_plugin_client
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE audio plugin wrapper classes
description: Classes for building VST, VST3, AU, AUv3, LV2 and AAX plugins.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_audio_processors
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE audio processor classes
description: Classes for loading and playing VST, AU, LADSPA, or internally-generated audio processors.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_audio_utils
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE extra audio utility classes
description: Classes for audio-related GUI and miscellaneous tasks.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_box2d
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE wrapper for the Box2D physics engine
description: The Box2D physics engine and some utility classes.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_core
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE core classes
description: The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality.
website: http://www.juce.com/juce

View file

@ -41,7 +41,7 @@
*/
#define JUCE_MAJOR_VERSION 8
#define JUCE_MINOR_VERSION 0
#define JUCE_BUILDNUMBER 8
#define JUCE_BUILDNUMBER 9
/** Current JUCE version number.

View file

@ -44,7 +44,7 @@
ID: juce_cryptography
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE cryptography classes
description: Classes for various basic cryptography functions, including RSA, Blowfish, MD5, SHA, etc.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_data_structures
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE data model helper classes
description: Classes for undo/redo management, and smart data structures.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_dsp
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE DSP classes
description: Classes for audio buffer manipulation, digital audio processing, filtering, oversampling, fast math functions etc.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_events
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE message and event handling classes
description: Classes for running an application's main event loop and sending/receiving messages, timers, etc.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_graphics
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE graphics classes
description: Classes for 2D vector graphics, image loading/saving, font handling, etc.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_gui_basics
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE GUI core classes
description: Basic user-interface components and related classes.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_gui_extra
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE extended GUI classes
description: Miscellaneous GUI classes for specialised tasks.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_javascript
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE Javascript interpreter
description: Javascript interpreter.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_midi_ci
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE MIDI CI Classes
description: Classes facilitating communication via MIDI Capability Inquiry
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_opengl
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE OpenGL classes
description: Classes for rendering OpenGL in a JUCE window.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_osc
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE OSC classes
description: Open Sound Control implementation.
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_product_unlocking
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE Online marketplace support
description: Classes for online product authentication
website: http://www.juce.com/juce

View file

@ -44,7 +44,7 @@
ID: juce_video
vendor: juce
version: 8.0.8
version: 8.0.9
name: JUCE video playback and capture classes
description: Classes for playing video and capturing camera input.
website: http://www.juce.com/juce