From acc4b9c6d0fc65b182213f2174358a56bd188505 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Tue, 16 Dec 2025 08:48:49 +0000 Subject: [PATCH] Bump version number to 8.0.12 --- CHANGE_LIST.md | 6 ++++++ CMakeLists.txt | 2 +- examples/DemoRunner/DemoRunner.jucer | 2 +- extras/Build/juce_build_tools/juce_build_tools.h | 2 +- extras/Projucer/Projucer.jucer | 2 +- modules/juce_analytics/juce_analytics.h | 2 +- modules/juce_animation/juce_animation.h | 2 +- modules/juce_audio_basics/juce_audio_basics.h | 2 +- modules/juce_audio_devices/juce_audio_devices.h | 2 +- modules/juce_audio_formats/juce_audio_formats.h | 2 +- modules/juce_audio_plugin_client/juce_audio_plugin_client.h | 2 +- modules/juce_audio_processors/juce_audio_processors.h | 2 +- .../juce_audio_processors_headless.h | 2 +- modules/juce_audio_utils/juce_audio_utils.h | 2 +- modules/juce_box2d/juce_box2d.h | 2 +- modules/juce_core/juce_core.h | 2 +- modules/juce_core/system/juce_StandardHeader.h | 2 +- modules/juce_cryptography/juce_cryptography.h | 2 +- modules/juce_data_structures/juce_data_structures.h | 2 +- modules/juce_dsp/juce_dsp.h | 2 +- modules/juce_events/juce_events.h | 2 +- modules/juce_graphics/juce_graphics.h | 2 +- modules/juce_gui_basics/juce_gui_basics.h | 2 +- modules/juce_gui_extra/juce_gui_extra.h | 2 +- modules/juce_javascript/juce_javascript.h | 2 +- modules/juce_midi_ci/juce_midi_ci.h | 2 +- modules/juce_opengl/juce_opengl.h | 2 +- modules/juce_osc/juce_osc.h | 2 +- modules/juce_product_unlocking/juce_product_unlocking.h | 2 +- modules/juce_video/juce_video.h | 2 +- 30 files changed, 35 insertions(+), 29 deletions(-) diff --git a/CHANGE_LIST.md b/CHANGE_LIST.md index 93a63af9d3..cff984c100 100644 --- a/CHANGE_LIST.md +++ b/CHANGE_LIST.md @@ -3,6 +3,12 @@ This file lists the more notable headline features. For more detailed info about changes and bugfixes please see the git log and BREAKING_CHANGES.md. +## Version 8.0.12 + + - Made Visual Studio 2026 the default in the Projucer + - Fixed a compilation error in Android In-App Purchases + - Fixed some MIDI device names + ## Version 8.0.11 - Added a new MIDI 2.0 Universal MIDI Packet demo diff --git a/CMakeLists.txt b/CMakeLists.txt index 707f771133..f8864a6dc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ cmake_minimum_required(VERSION 3.22) -project(JUCE VERSION 8.0.11 LANGUAGES C CXX) +project(JUCE VERSION 8.0.12 LANGUAGES C CXX) include(CMakeDependentOption) diff --git a/examples/DemoRunner/DemoRunner.jucer b/examples/DemoRunner/DemoRunner.jucer index 26f9b967e9..ca3b094cd5 100644 --- a/examples/DemoRunner/DemoRunner.jucer +++ b/examples/DemoRunner/DemoRunner.jucer @@ -1,7 +1,7 @@ diff --git a/modules/juce_analytics/juce_analytics.h b/modules/juce_analytics/juce_analytics.h index 1a703a6943..1388eaa6dd 100644 --- a/modules/juce_analytics/juce_analytics.h +++ b/modules/juce_analytics/juce_analytics.h @@ -44,7 +44,7 @@ ID: juce_analytics vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE analytics classes description: Classes to collect analytics and send to destinations website: http://www.juce.com/juce diff --git a/modules/juce_animation/juce_animation.h b/modules/juce_animation/juce_animation.h index 6547a1b33d..26caab8d31 100644 --- a/modules/juce_animation/juce_animation.h +++ b/modules/juce_animation/juce_animation.h @@ -44,7 +44,7 @@ ID: juce_animation vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE Animation classes description: Classes for defining and handling animations. website: http://www.juce.com/juce diff --git a/modules/juce_audio_basics/juce_audio_basics.h b/modules/juce_audio_basics/juce_audio_basics.h index b72bc130f9..7ea6e43186 100644 --- a/modules/juce_audio_basics/juce_audio_basics.h +++ b/modules/juce_audio_basics/juce_audio_basics.h @@ -44,7 +44,7 @@ ID: juce_audio_basics vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE audio and MIDI data classes description: Classes for audio buffer manipulation, midi message handling, synthesis, etc. website: http://www.juce.com/juce diff --git a/modules/juce_audio_devices/juce_audio_devices.h b/modules/juce_audio_devices/juce_audio_devices.h index 1eeaa0b8c9..54a9f1ce54 100644 --- a/modules/juce_audio_devices/juce_audio_devices.h +++ b/modules/juce_audio_devices/juce_audio_devices.h @@ -44,7 +44,7 @@ ID: juce_audio_devices vendor: juce - version: 8.0.11 + version: 8.0.12 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 diff --git a/modules/juce_audio_formats/juce_audio_formats.h b/modules/juce_audio_formats/juce_audio_formats.h index 3c48746e9f..7b76ff6e86 100644 --- a/modules/juce_audio_formats/juce_audio_formats.h +++ b/modules/juce_audio_formats/juce_audio_formats.h @@ -44,7 +44,7 @@ ID: juce_audio_formats vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE audio file format codecs description: Classes for reading and writing various audio file formats. website: http://www.juce.com/juce diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client.h b/modules/juce_audio_plugin_client/juce_audio_plugin_client.h index 3413a24a5f..a029d7f650 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client.h +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client.h @@ -44,7 +44,7 @@ ID: juce_audio_plugin_client vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE audio plugin wrapper classes description: Classes for building VST, VST3, AU, AUv3, LV2 and AAX plugins. website: http://www.juce.com/juce diff --git a/modules/juce_audio_processors/juce_audio_processors.h b/modules/juce_audio_processors/juce_audio_processors.h index 1c405dc34c..d3bb7bc418 100644 --- a/modules/juce_audio_processors/juce_audio_processors.h +++ b/modules/juce_audio_processors/juce_audio_processors.h @@ -44,7 +44,7 @@ ID: juce_audio_processors vendor: juce - version: 8.0.11 + version: 8.0.12 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 diff --git a/modules/juce_audio_processors_headless/juce_audio_processors_headless.h b/modules/juce_audio_processors_headless/juce_audio_processors_headless.h index e9bf82676a..b70fa86ffd 100644 --- a/modules/juce_audio_processors_headless/juce_audio_processors_headless.h +++ b/modules/juce_audio_processors_headless/juce_audio_processors_headless.h @@ -44,7 +44,7 @@ ID: juce_audio_processors_headless vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE audio processor classes without UI description: Classes for loading and playing VST, AU, LADSPA, or internally-generated audio processors without UI. website: http://www.juce.com/juce diff --git a/modules/juce_audio_utils/juce_audio_utils.h b/modules/juce_audio_utils/juce_audio_utils.h index b6b7b5781d..ce15c6d467 100644 --- a/modules/juce_audio_utils/juce_audio_utils.h +++ b/modules/juce_audio_utils/juce_audio_utils.h @@ -44,7 +44,7 @@ ID: juce_audio_utils vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE extra audio utility classes description: Classes for audio-related GUI and miscellaneous tasks. website: http://www.juce.com/juce diff --git a/modules/juce_box2d/juce_box2d.h b/modules/juce_box2d/juce_box2d.h index 35e747e4d8..730d842ff5 100644 --- a/modules/juce_box2d/juce_box2d.h +++ b/modules/juce_box2d/juce_box2d.h @@ -44,7 +44,7 @@ ID: juce_box2d vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE wrapper for the Box2D physics engine description: The Box2D physics engine and some utility classes. website: http://www.juce.com/juce diff --git a/modules/juce_core/juce_core.h b/modules/juce_core/juce_core.h index df414c2696..48820c7333 100644 --- a/modules/juce_core/juce_core.h +++ b/modules/juce_core/juce_core.h @@ -44,7 +44,7 @@ ID: juce_core vendor: juce - version: 8.0.11 + version: 8.0.12 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 diff --git a/modules/juce_core/system/juce_StandardHeader.h b/modules/juce_core/system/juce_StandardHeader.h index 8815c7b9b4..9181c8ff66 100644 --- a/modules/juce_core/system/juce_StandardHeader.h +++ b/modules/juce_core/system/juce_StandardHeader.h @@ -41,7 +41,7 @@ */ #define JUCE_MAJOR_VERSION 8 #define JUCE_MINOR_VERSION 0 -#define JUCE_BUILDNUMBER 11 +#define JUCE_BUILDNUMBER 12 /** Current JUCE version number. diff --git a/modules/juce_cryptography/juce_cryptography.h b/modules/juce_cryptography/juce_cryptography.h index 2181a77110..b406a6c407 100644 --- a/modules/juce_cryptography/juce_cryptography.h +++ b/modules/juce_cryptography/juce_cryptography.h @@ -44,7 +44,7 @@ ID: juce_cryptography vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE cryptography classes description: Classes for various basic cryptography functions, including RSA, Blowfish, MD5, SHA, etc. website: http://www.juce.com/juce diff --git a/modules/juce_data_structures/juce_data_structures.h b/modules/juce_data_structures/juce_data_structures.h index a5510828da..16f8c6222c 100644 --- a/modules/juce_data_structures/juce_data_structures.h +++ b/modules/juce_data_structures/juce_data_structures.h @@ -44,7 +44,7 @@ ID: juce_data_structures vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE data model helper classes description: Classes for undo/redo management, and smart data structures. website: http://www.juce.com/juce diff --git a/modules/juce_dsp/juce_dsp.h b/modules/juce_dsp/juce_dsp.h index 6640aaf444..0e5314b41f 100644 --- a/modules/juce_dsp/juce_dsp.h +++ b/modules/juce_dsp/juce_dsp.h @@ -44,7 +44,7 @@ ID: juce_dsp vendor: juce - version: 8.0.11 + version: 8.0.12 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 diff --git a/modules/juce_events/juce_events.h b/modules/juce_events/juce_events.h index 4b0eff4178..d21e30e0d9 100644 --- a/modules/juce_events/juce_events.h +++ b/modules/juce_events/juce_events.h @@ -44,7 +44,7 @@ ID: juce_events vendor: juce - version: 8.0.11 + version: 8.0.12 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 diff --git a/modules/juce_graphics/juce_graphics.h b/modules/juce_graphics/juce_graphics.h index cb107efc35..287c11873f 100644 --- a/modules/juce_graphics/juce_graphics.h +++ b/modules/juce_graphics/juce_graphics.h @@ -44,7 +44,7 @@ ID: juce_graphics vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE graphics classes description: Classes for 2D vector graphics, image loading/saving, font handling, etc. website: http://www.juce.com/juce diff --git a/modules/juce_gui_basics/juce_gui_basics.h b/modules/juce_gui_basics/juce_gui_basics.h index 711761ab27..894fd8be20 100644 --- a/modules/juce_gui_basics/juce_gui_basics.h +++ b/modules/juce_gui_basics/juce_gui_basics.h @@ -44,7 +44,7 @@ ID: juce_gui_basics vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE GUI core classes description: Basic user-interface components and related classes. website: http://www.juce.com/juce diff --git a/modules/juce_gui_extra/juce_gui_extra.h b/modules/juce_gui_extra/juce_gui_extra.h index d40bc0734a..95315cc05e 100644 --- a/modules/juce_gui_extra/juce_gui_extra.h +++ b/modules/juce_gui_extra/juce_gui_extra.h @@ -44,7 +44,7 @@ ID: juce_gui_extra vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE extended GUI classes description: Miscellaneous GUI classes for specialised tasks. website: http://www.juce.com/juce diff --git a/modules/juce_javascript/juce_javascript.h b/modules/juce_javascript/juce_javascript.h index 35f3907b53..3b8a3f5cbc 100644 --- a/modules/juce_javascript/juce_javascript.h +++ b/modules/juce_javascript/juce_javascript.h @@ -44,7 +44,7 @@ ID: juce_javascript vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE Javascript interpreter description: Javascript interpreter. website: http://www.juce.com/juce diff --git a/modules/juce_midi_ci/juce_midi_ci.h b/modules/juce_midi_ci/juce_midi_ci.h index 62bab893ed..b3260aefc9 100644 --- a/modules/juce_midi_ci/juce_midi_ci.h +++ b/modules/juce_midi_ci/juce_midi_ci.h @@ -44,7 +44,7 @@ ID: juce_midi_ci vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE MIDI CI Classes description: Classes facilitating communication via MIDI Capability Inquiry website: http://www.juce.com/juce diff --git a/modules/juce_opengl/juce_opengl.h b/modules/juce_opengl/juce_opengl.h index 255c276155..b962b9dcff 100644 --- a/modules/juce_opengl/juce_opengl.h +++ b/modules/juce_opengl/juce_opengl.h @@ -44,7 +44,7 @@ ID: juce_opengl vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE OpenGL classes description: Classes for rendering OpenGL in a JUCE window. website: http://www.juce.com/juce diff --git a/modules/juce_osc/juce_osc.h b/modules/juce_osc/juce_osc.h index d7e762a5de..584ff6731f 100644 --- a/modules/juce_osc/juce_osc.h +++ b/modules/juce_osc/juce_osc.h @@ -44,7 +44,7 @@ ID: juce_osc vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE OSC classes description: Open Sound Control implementation. website: http://www.juce.com/juce diff --git a/modules/juce_product_unlocking/juce_product_unlocking.h b/modules/juce_product_unlocking/juce_product_unlocking.h index fe44c8ea1c..3954afa7e9 100644 --- a/modules/juce_product_unlocking/juce_product_unlocking.h +++ b/modules/juce_product_unlocking/juce_product_unlocking.h @@ -44,7 +44,7 @@ ID: juce_product_unlocking vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE Online marketplace support description: Classes for online product authentication website: http://www.juce.com/juce diff --git a/modules/juce_video/juce_video.h b/modules/juce_video/juce_video.h index 508711cb71..0276e11949 100644 --- a/modules/juce_video/juce_video.h +++ b/modules/juce_video/juce_video.h @@ -44,7 +44,7 @@ ID: juce_video vendor: juce - version: 8.0.11 + version: 8.0.12 name: JUCE video playback and capture classes description: Classes for playing video and capturing camera input. website: http://www.juce.com/juce