From 12dc06510b9bda906a1e70e4bf535ebec8fe6820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 27 Jun 2019 20:12:01 +0200 Subject: [PATCH] Bump with version To rebuild few images later on --- lib/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index bbfcf2b049..2f6545faa5 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -12,7 +12,7 @@ # common options # daily beta build contains date in subrevision if [[ $BETA == yes && -z $SUBREVISION ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi -REVISION="5.89$SUBREVISION" # all boards have same revision +REVISION="5.90$SUBREVISION" # all boards have same revision ROOTPWD="1234" # Must be changed @first login [[ -z $MAINTAINER ]] && MAINTAINER="Igor Pecovnik" # deb signature [[ -z $MAINTAINERMAIL ]] && MAINTAINERMAIL="igor.pecovnik@****l.com" # deb signature