PandaVersion.pp 939 B

1234567891011121314151617181920
  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. // Use spaces to separate the major, minor, and sequence numbers here.
  5. #define PANDA_VERSION 1 6 1
  6. // This variable will be defined to false in the CVS repository, but
  7. // scripts that generate source tarballs and/or binary releases for
  8. // distribution, by checking out Panda from an official CVS tag,
  9. // should explictly set this to true. When false, it indicates that
  10. // the current version of Panda was checked out from CVS, so it may
  11. // not be a complete representation of the indicated version.
  12. #define PANDA_OFFICIAL_VERSION
  13. // This string is reported verbatim by PandaSystem::get_distributor().
  14. // It should be set by whoever provides a particular distribution of
  15. // Panda. If you build your own Panda, leave this unchanged.
  16. #define PANDA_DISTRIBUTOR homebuilt