Forgot some lines whoops

thanks alug!
This commit is contained in:
NepDisk 2024-09-11 11:40:37 -04:00
parent 8c459ed0e7
commit 4a9619e7df

2
comptime.sh Executable file → Normal file
View file

@ -14,6 +14,7 @@ versiongit() {
//
const char* compbranch = "$gitbranch";
const char* comprevision = "${gitversion:0:8}";
const char* complast = "deez nuts";
EOF
exit 0
}
@ -27,6 +28,7 @@ versionsvn() {
//
const char* compbranch = "Subversion";
const char* comprevision = "r$svnrevision";
const char* complast = "deez nuts";
EOF
exit 0
}