Skip to content

Commit 4959493

Browse files
Merge pull request #1297 from plugdata-team/develop
Update ELSE version displayed
2 parents 3ae8b24 + a405715 commit 4959493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Dialogs/AboutPanel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXTERN char* pd_version;
1010

1111
class AboutPanel : public Component {
1212

13-
String creditsText = " Thanks to Alex Mitchell and tomara-x for helping out with development, documentation and testing.\n\n - ELSE v1.0-rc9 by Alexandre Porres\n - cyclone v0.7-0 by Krzysztof Czaja, Hans-Christoph Steiner, Fred Jan Kraan, Alexandre Porres, Derek Kwan, Matt Barber et al.\n - Based on Camomile by Pierre Guillot\n - Inter font by Rasmus Andersson\n - Made with JUCE\n\n\nSpecial thanks to: Deskew Technologies, PowerUser64, DSBHproject, CFDAF, cotik1 , alfonso73, spamfunnel, ooroor, bla9kdog, KPY7030P, duddex, rubenlorenzo, mungbean, jamescorrea, Soundworlds-JO, vasilymilovidov, polarity, chee, Joshua A.C. Newman and ludnny for supporting this project\n\n\nThis program is published under the terms of the GPL3 license";
13+
String creditsText = " Thanks to Alex Mitchell and tomara-x for helping out with development, documentation and testing.\n\n - ELSE v1.0-rc10 by Alexandre Porres\n - cyclone v0.7-0 by Krzysztof Czaja, Hans-Christoph Steiner, Fred Jan Kraan, Alexandre Porres, Derek Kwan, Matt Barber et al.\n - Based on Camomile by Pierre Guillot\n - Inter font by Rasmus Andersson\n - Made with JUCE\n\n\nSpecial thanks to: Deskew Technologies, PowerUser64, DSBHproject, CFDAF, cotik1 , alfonso73, spamfunnel, ooroor, bla9kdog, KPY7030P, duddex, rubenlorenzo, mungbean, jamescorrea, Soundworlds-JO, vasilymilovidov, polarity, chee, Joshua A.C. Newman and ludnny for supporting this project\n\n\nThis program is published under the terms of the GPL3 license";
1414

1515
TextEditor credits;
1616
TextButton viewOnGithub;

Source/PluginProcessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class PluginProcessor : public AudioProcessor
195195

196196
std::map<unsigned long, std::unique_ptr<Component>> textEditorDialogs;
197197

198-
static inline const String else_version = "ELSE v1.0-rc9";
198+
static inline const String else_version = "ELSE v1.0-rc10";
199199
static inline const String cyclone_version = "cyclone v0.8-0";
200200
// this gets updated with live version data later
201201
static String pdlua_version;

0 commit comments

Comments
 (0)