Cog/Frameworks/OpenMPT/OpenMPT/common/versionNumber.h
Christopher Snowhill f2071f091d libOpenMPT: Updated to version 0.8.1
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-14 23:19:10 -07:00

19 lines
444 B
C

/*
* versionNumber.h
* ---------------
* Purpose: OpenMPT version number.
* Notes : (currently none)
* Authors: OpenMPT Devs
* The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
*/
#pragma once
// Version definitions. The only thing that needs to be changed when changing version number.
#define VER_MAJORMAJOR 1
#define VER_MAJOR 32
#define VER_MINOR 01
#define VER_MINORMINOR 04