Skip to content

Commit

Permalink
feat: バージョン情報を示すヘッダを追加 #157
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotnh committed Aug 12, 2023
1 parent a5e80ef commit b29dfe5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/spirit/include/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef SPIRIT_VERSION_H
#define SPIRIT_VERSION_H

#define SPIRIT_VERSION_MAJOR 0
#define SPIRIT_VERSION_MINOR 1
#define SPIRIT_VERSION_PATCH 0

#define SPIRIT_VERSION_STRING "0.1.0"

#endif // SPIRIT_VERSION_H

0 comments on commit b29dfe5

Please sign in to comment.