PandaVersion.pp 1.1 KB

1234567891011121314151617181920212223
  1. // This file defines the current version number for Panda. It is read
  2. // by Package.pp, which puts it in the global namespace for all
  3. // ppremake scripts for Panda.
  4. // Actually, we don't have ppremake any more, but this file is still
  5. // being parsed today by makepanda. We should probably find a better
  6. // place to put this.
  7. // Use spaces to separate the major, minor, and sequence numbers here.
  8. #define PANDA_VERSION 1 11 0
  9. // This variable will be defined to false in the CVS repository, but
  10. // scripts that generate source tarballs and/or binary releases for
  11. // distribution, by checking out Panda from an official CVS tag,
  12. // should explictly set this to true. When false, it indicates that
  13. // the current version of Panda was checked out from CVS, so it may
  14. // not be a complete representation of the indicated version.
  15. #define PANDA_OFFICIAL_VERSION
  16. // This string is reported verbatim by PandaSystem::get_distributor().
  17. // It should be set by whoever provides a particular distribution of
  18. // Panda. If you build your own Panda, leave this unchanged.
  19. #define PANDA_DISTRIBUTOR homebuilt