From 41ee3307f5ef87dd2f0c9633d2f29af8b001c6cc Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Tue, 3 Sep 2013 11:47:27 +0200 Subject: [PATCH] Remove TODO and bump VERSION. --- openup | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openup b/openup index cc52dfe..0f0c789 100755 --- a/openup +++ b/openup @@ -16,9 +16,6 @@ # # Author: Antoine Jacoutot -# TODO -# check_vuxml(): add support for binpatches - ### user defined variables OPENUP_URL="https://stable.mtier.org/openup" PKG_CERT_URL="https://stable.mtier.org/mtier.cert" @@ -32,7 +29,7 @@ VUXML_URL="https://stable.mtier.org/vuxml/$(uname -r | tr -d '.').xml" ### DO NOT MODIFY ANYTHING BELOW THIS LINE!!! ### ######################################################################## -_OPENUP_VERSION=4 +_OPENUP_VERSION=5 _OPENUP_MINREL=53 usage() {