Lodestar
An integrated real-time control package in C++
LodestarConfig.hpp
1
//
2
// Created by Hamza El-Kebir on 1/6/22.
3
//
4
5
#ifndef LODESTAR_LODESTARCONFIG_HPP
6
#define LODESTAR_LODESTARCONFIG_HPP
7
8
#define LS_VERSION_MAJOR 0
9
#define LS_VERSION_MINOR 0
10
#define LS_VERSION_PATCH 1
11
#define LS_VERSION_TWEAK
12
13
#endif //LODESTAR_LODESTARCONFIG_HPP
Lodestar
LodestarConfig.hpp
Generated by
1.8.17