forked from xuos/xiuos
8 lines
148 B
Bash
Executable File
8 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CONFIG_VERSION_STRING="10.1.0"
|
|
CONFIG_VERSION_MAJOR=10
|
|
CONFIG_VERSION_MINOR=1
|
|
CONFIG_VERSION_PATCH=0
|
|
CONFIG_VERSION_BUILD="3130ff691e"
|