Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
autobuild3: releasing 1.5.5
Browse files Browse the repository at this point in the history
- Stop using unsafe Neon FPU flag, and use vfpv3-d16 instead.
  • Loading branch information
MingcongBai committed Dec 28, 2015
1 parent 0052b2b commit c54ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ timestamp_convert(){

PKGNAME=autobuild3$( ((_GIT)) && echo "-git-$(git branch 2>/dev/null | grep '*' | sed 's/*\ //g')")
PKGEPOCH=1
PKGVER=1.5.4$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
PKGVER=1.5.5$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
PKGDES="Automatic package building tool."
PKGRECOM="distcc ccache"
PKGDEP="dpkg bash rpm apt coreutils autoconf automake autogen spdx-licenses"
Expand Down

0 comments on commit c54ed81

Please sign in to comment.