diff --git a/Makefile b/Makefile index 8c26423..2081246 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------------- export VER_MAJOR := 1 export VER_MINOR := 1 -export VER_MICRO := 0 +export VER_MICRO := 1 #--------------------------------------------------------------------------------- all: @@ -51,4 +51,4 @@ clean: @$(MAKE) -s -C Sysmodule/ clean @echo -e '\033[1m>> SD Card\033[0m' @rm -rf sdcard - @echo -e '\033[1m>> Done!\033[0m' \ No newline at end of file + @echo -e '\033[1m>> Done!\033[0m'