Files
coopos/eosio.version.in
T
Luis 153ad0d84b Revert "replace eosio.version.in with leap.version.in :doc"
Reverting this commit and moving it to a separate PR for `main` only.

This reverts commit 3d2a856422.
2022-10-24 15:48:53 -04:00

11 lines
171 B
Plaintext

#pragma once
/// VERSION @VERSION_FULL@
namespace eosio {
enum version {
MAJOR @VERSION_MAJOR@,
MINOR @VERSION_MINOR@,
PATCH @VERSION_PATCH@
};
}