The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
836B

  1. /*
  2. IMPORTANT! This file is auto-generated by the Jucer each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. This is the header file that your files should include in order to get all the
  5. Juce library headers. You should NOT include juce.h or juce_amalgamated.h directly in
  6. your own source files, because that wouldn't pick up the correct Juce configuration
  7. options for your app.
  8. */
  9. #ifndef __APPHEADERFILE_9C46E6CC__
  10. #define __APPHEADERFILE_9C46E6CC__
  11. #include "AppConfig.h"
  12. #include "../../../../juce_amalgamated.h"
  13. namespace ProjectInfo
  14. {
  15. const char* const projectName = "JuceDemoPlugin";
  16. const char* const versionString = "1.0.0";
  17. const int versionNumber = 0x10000;
  18. }
  19. #endif // __APPHEADERFILE_9C46E6CC__