3** Copyright (C) - Triton
5** This program is under the terms of the Apache License 2.0.
8#ifndef TRITON_VERSION_H
9#define TRITON_VERSION_H
13//! The Triton namespace
20 //! The libTriton's version.
22 MAJOR = @VERSION_MAJOR@,
23 MINOR = @VERSION_MINOR@,
24 BUILD = @VERSION_BUILD@
27/*! @} End of triton namespace */
30#endif // TRITON_VERSION_H