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 8.0.2

This commit is contained in:
Tom Poole 2024-09-26 08:31:50 +01:00
parent 0e608f77fa
commit c1d2846e47
28 changed files with 37 additions and 27 deletions

View file

@ -44,7 +44,7 @@
ID: juce_core
vendor: juce
version: 8.0.1
version: 8.0.2
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 1
#define JUCE_BUILDNUMBER 2
/** Current JUCE version number.