File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo * project : CAN - Controller Area Network >> build_no.h
55echo * >> build_no.h
66echo * purpose : CAN Interface API, Version 3 (PCAN-Basic) >> build_no.h
77echo * >> build_no.h
8- echo * copyright : (C) 2018-2020 , UV Software, Berlin >> build_no.h
8+ echo * copyright : (C) 2018-2021 , UV Software, Berlin >> build_no.h
99echo * >> build_no.h
1010echo * compiler : Microsoft Visual C/C++ Compiler (Version 19.16) >> build_no.h
1111echo * >> build_no.h
@@ -20,8 +20,8 @@ echo * >> build_no.h
2020echo */ >> build_no.h
2121echo #ifndef BUILD_NO_H_INCLUDED >> build_no.h
2222echo #define BUILD_NO_H_INCLUDED >> build_no.h
23- echo #define BUILD_NO \ >> build_no.h
24- svn info --show-item last-changed-revision can_api.c >> build_no.h
23+ rem FIXME: get pseudo build number from git hash
24+ echo #define BUILD_NO 0x0000000 >> build_no.h
2525echo #define STRINGIFY(X) #X >> build_no.h
2626echo #define TOSTRING(X) STRINGIFY(X) >> build_no.h
2727echo #define SVN_REV_INT (BUILD_NO) >> build_no.h
You can’t perform that action at this time.
0 commit comments