Skip to content

Commit

Permalink
Fallback to v1 if no tag provided (or no git repo) (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe authored May 17, 2023
1 parent e3d81f2 commit 10a1a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdms/include/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace tdms {
#ifdef TDMS_VERSION
const std::string VERSION = std::string(TDMS_VERSION);
#else
const std::string VERSION = "development";
const std::string VERSION = "v1";
#endif

}// namespace tdms
Expand Down

0 comments on commit 10a1a58

Please sign in to comment.