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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user