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.

28 lines
858B

  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_BD73378F__
  10. #define __APPHEADERFILE_BD73378F__
  11. #include "AppConfig.h"
  12. #include "../../../juce_amalgamated.h"
  13. #include "BinaryData.h"
  14. namespace ProjectInfo
  15. {
  16. const char* const projectName = "The Introjucer";
  17. const char* const versionString = "3.0.0";
  18. const int versionNumber = 0x30000;
  19. }
  20. #endif // __APPHEADERFILE_BD73378F__