1
0

versionNumber.h 532 B

1234567891011121314151617181920212223
  1. /*
  2. * versionNumber.h
  3. * ---------------
  4. * Purpose: OpenMPT version number.
  5. * Notes : (currently none)
  6. * Authors: OpenMPT Devs
  7. * The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
  8. */
  9. #pragma once
  10. #include "openmpt/all/BuildSettings.hpp"
  11. OPENMPT_NAMESPACE_BEGIN
  12. // Version definitions. The only thing that needs to be changed when changing version number.
  13. #define VER_MAJORMAJOR 1
  14. #define VER_MAJOR 30
  15. #define VER_MINOR 07
  16. #define VER_MINORMINOR 00
  17. OPENMPT_NAMESPACE_END