Skip to content
Snippets Groups Projects
Commit 078aa346 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Remove version file.

parent e9463363
No related branches found
No related tags found
1 merge request!47Draft: Duplication of !41
Pipeline #67312 passed
#ifndef VERSION_H
#define VERSION_H
namespace Aidge {
static constexpr const int PROJECT_VERSION_MAJOR = 0;
static constexpr const int PROJECT_VERSION_MINOR = 2;
static constexpr const int PROJECT_VERSION_PATCH = 0;
static constexpr const char * PROJECT_VERSION = "0.2.0";
static constexpr const char * PROJECT_GIT_HASH = "f50c860";
}
#endif // VERSION_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment