mirror of
https://github.com/rehlds/resemiclip.git
synced 2024-12-27 07:05:52 +03:00
11 lines
142 B
C
11 lines
142 B
C
|
/*
|
||
|
* Version declaration dependency file
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define VERSION_MAJOR 2
|
||
|
#define VERSION_MINOR 4
|
||
|
#define VERSION_MAINTENANCE 0
|