SmartAudio/target/allwinner/generic/version/version_base.mk

11 lines
343 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
# define the verions of the image
# format: main.sub
# such as 1.01, 2.33
# NOTICE: the range of main version is from 0 to 31,
# the range of sub version is from 0 to 63
# when you change the version, you must increase one of them or both, and never reduce the versions.
# the default version is 0.0
MAIN_VERSION = 0
SUB_VERSION = 0