Fixed a bug in the build number Bash script where it would decement meta build numbers when they are zero.

This commit is contained in:
2020-03-08 23:28:32 -05:00
parent b9f68c4348
commit 7c91fd2966
2 changed files with 11 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#ifndef KERNEL_VERSION_NUMBER
#define KERNEL_VERSION_NUMBER "1.4.10-47"
#define KERNEL_VERSION_NUMBER "1.4.10-40"
#endif
#ifndef CONSOLE_VERSION_NUMBER
#define CONSOLE_VERSION_NUMBER "0.4.5-48"
#define CONSOLE_VERSION_NUMBER "0.4.5-0"
#endif