Add fallbacks
This commit is contained in:
parent
b382dec4a2
commit
163a33a9db
2 changed files with 8 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
|
||||
#define ATOM_VERSION_IS_RELEASE 1
|
||||
|
||||
#ifndef ATOM_PRE_RELEASE_VERSION
|
||||
# define ATOM_PRE_RELEASE_VERSION ""
|
||||
#endif
|
||||
|
||||
#ifndef ATOM_TAG
|
||||
# define ATOM_TAG ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue