Merge branch 'NepDisk:v2dev3' into removeunusedhwcode

This commit is contained in:
Alug 2024-09-11 16:07:35 +02:00 committed by GitHub
commit 6dd1289f1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -30,3 +30,4 @@ echo // by the %0 batch file >> %1\comptime.h
echo // >> %1\comptime.h
echo const char* compbranch = "%BRA%"; >> %1\comptime.h
echo const char* comprevision = "%REV%"; >> %1\comptime.h
echo const char* complast = "deez nuts"; >> %1\comptime.h

View file

@ -39,6 +39,7 @@ versionfake() {
//
const char* compbranch = "Unknown";
const char* comprevision = "illegal";
const char* complast = "deez nuts";
EOF
}