Skip to content

Commit

Permalink
Up with version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jan 29, 2019
1 parent 3365d7c commit 9b1b41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configuration.sh
Expand Up @@ -10,7 +10,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.73$SUBREVISION" # all boards have same revision
REVISION="5.74$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
Expand Down

0 comments on commit 9b1b41b

Please sign in to comment.