Introduce system.git_time
This is the time_t (seconds since Unix epoch, Jan-1-1970 UTC) date/time of the current (most recent) Git commit used to build the running binary. If a JS developer wants to check if a build is recent-enough to include some change, this is the property they should use to check (with >= comparison).
parent
1d0dcbac
No related branches found
No related tags found
Showing
- src/build/gitinfo.bat 1 addition, 0 deletionssrc/build/gitinfo.bat
- src/sbbs3/js_system.c 2 additions, 0 deletionssrc/sbbs3/js_system.c
- src/sbbs3/targets.mk 1 addition, 0 deletionssrc/sbbs3/targets.mk
- src/sbbs3/ver.cpp 1 addition, 0 deletionssrc/sbbs3/ver.cpp
- src/sbbs3/ver.h 1 addition, 0 deletionssrc/sbbs3/ver.h
Please register or sign in to comment