Skip to content

Commit

Permalink
Merge pull request #1297 from plugdata-team/develop
Browse files Browse the repository at this point in the history
Update ELSE version displayed
  • Loading branch information
timothyschoen authored Nov 21, 2023
2 parents 3ae8b24 + a405715 commit 4959493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Dialogs/AboutPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EXTERN char* pd_version;

class AboutPanel : public Component {

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";
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";

TextEditor credits;
TextButton viewOnGithub;
Expand Down
2 changes: 1 addition & 1 deletion Source/PluginProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class PluginProcessor : public AudioProcessor

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

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

0 comments on commit 4959493

Please sign in to comment.