Skip to content

Commit a5bd9e3

Browse files
committed
Added version information
1 parent b216af7 commit a5bd9e3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/TeensyStep.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include "version.h"
4+
35
#include "RotateControlBase.h"
46
#include "StepControlBase.h"
57

src/version.h

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace TeensyStep
2+
{
3+
4+
constexpr const char *version = "V2.0.0";
5+
constexpr const char *branch = "master";
6+
7+
} // namespace TeensyStep

0 commit comments

Comments
 (0)