Skip to content

Commit 10a1a58

Browse files
authored
Fallback to v1 if no tag provided (or no git repo) (#300)
1 parent e3d81f2 commit 10a1a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdms/include/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace tdms {
1414
#ifdef TDMS_VERSION
1515
const std::string VERSION = std::string(TDMS_VERSION);
1616
#else
17-
const std::string VERSION = "development";
17+
const std::string VERSION = "v1";
1818
#endif
1919

2020
}// namespace tdms

0 commit comments

Comments
 (0)