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.

20 lines
385B

  1. #ifndef __JUCE_HEADER_H__
  2. #define __JUCE_HEADER_H__
  3. #include "JucePluginMain.h"
  4. #include "BinaryData.h"
  5. using namespace juce;
  6. namespace ProjectInfo
  7. {
  8. const char* const projectName = "Vitalium";
  9. const char* const companyName = "DISTRHO";
  10. const char* const versionString = "1.0.6";
  11. const int versionNumber = 0x10006;
  12. }
  13. #endif