More flexible build

This commit is contained in:
Devaev Maxim
2019-05-26 05:55:35 +03:00
parent 13dff256c8
commit 06a80df708
5 changed files with 36 additions and 19 deletions

View File

@@ -22,4 +22,6 @@
#pragma once
#define VERSION "0.75"
#ifndef VERSION
# define VERSION "0.75"
#endif