Added a Bash script to increment or decrement build numbers.

This commit is contained in:
2020-03-08 22:58:37 -05:00
parent cd7efed090
commit b9f68c4348
4 changed files with 145 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef KERNEL_VERSION_NUMBER
#define KERNEL_VERSION_NUMBER "1.4.10-47"
#endif
#ifndef CONSOLE_VERSION_NUMBER
#define CONSOLE_VERSION_NUMBER "0.4.5-48"
#endif