diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-10-13 19:46:52 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-10-13 19:48:05 +0100 |
commit | fd36c91db869544df882de6812cf57dd5056c976 (patch) | |
tree | 048935b23915c2861022d1747b6ec61d04da17cd /utils/auc/Makefile | |
parent | 5743d7ed4d8204b51624d990e1717ffbfd648f2a (diff) |
auc: update to 0.3.1
Remove wrongly placed 'break' statement to actually jump to the most
recent version of a release branch.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/auc/Makefile')
-rw-r--r-- | utils/auc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/auc/Makefile b/utils/auc/Makefile index de5c8fd0e..7bd296e5b 100644 --- a/utils/auc/Makefile +++ b/utils/auc/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=auc -PKG_VERSION:=0.3.0 +PKG_VERSION:=0.3.1 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=GPL-3.0 |