Skip to content
Snippets Groups Projects
Commit 2bc136a4 authored by Marwa ABDELOUINISSE's avatar Marwa ABDELOUINISSE
Browse files

Removed core_version.h file

parent 1d89fb1d
No related branches found
No related tags found
No related merge requests found
Pipeline #65590 failed
#ifndef VERSION_H
#define VERSION_H
namespace Aidge {
static constexpr const int PROJECT_VERSION_MAJOR = 0;
static constexpr const int PROJECT_VERSION_MINOR = 5;
static constexpr const int PROJECT_VERSION_PATCH = 0;
static constexpr const char * PROJECT_VERSION = "0.5.0";
static constexpr const char * PROJECT_GIT_HASH = "95515474";
}
#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