diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-03-01 01:44:37 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-03-01 01:44:37 +0100 |
commit | 1c1524a651e6d670d0d591b050d8c4bbb721d6e9 (patch) | |
tree | 866446ce09585350cc7115b8e650ffa14bc11abd /modules/minimp3 | |
parent | 92bee43adba8d2401ef40e2480e53087bcb1eaf1 (diff) | |
download | redot-engine-1c1524a651e6d670d0d591b050d8c4bbb721d6e9.tar.gz |
Bump version to 4.1-dev
Can't stop, won't stop, they said, huh?
Diffstat (limited to 'modules/minimp3')
-rw-r--r-- | modules/minimp3/doc_classes/AudioStreamMP3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/minimp3/doc_classes/AudioStreamMP3.xml b/modules/minimp3/doc_classes/AudioStreamMP3.xml index a88ff23b6b..3ece7ce15e 100644 --- a/modules/minimp3/doc_classes/AudioStreamMP3.xml +++ b/modules/minimp3/doc_classes/AudioStreamMP3.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="AudioStreamMP3" inherits="AudioStream" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> +<class name="AudioStreamMP3" inherits="AudioStream" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> MP3 audio stream driver. </brief_description> |