Skip to content

Commit

Permalink
[ general ] Bump with version - updating armbian-config
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Mar 11, 2019
1 parent 0370921 commit d6f6b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configuration.sh
Original file line number Diff line number Diff line change
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.76$SUBREVISION" # all boards have same revision
REVISION="5.77$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 d6f6b26

Please sign in to comment.