Major bump Sortix ABI following incompatible socket(2) change.

Commit "Add socket(2)" 4b2cf28bbf forgot to
major bump the ABI after removing /dev/net and adding a new system call.
This commit is contained in:
Jonas 'Sortie' Termansen 2017-02-18 16:05:55 +01:00
parent fcefd86432
commit 970bf0c5e3
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ sysroot-system: sysroot-fsh sysroot-base-headers
echo 'ID=sortix' && \
echo 'VERSION_ID="$(VERSION)"' && \
echo 'PRETTY_NAME="Sortix $(VERSION)"' && \
echo 'SORTIX_ABI=0.2' && \
echo 'SORTIX_ABI=1.0' && \
true) > "$(SYSROOT)/etc/sortix-release"
echo /etc/sortix-release >> "$(SYSROOT)/tix/manifest/system"
ln -sf sortix-release "$(SYSROOT)/etc/os-release"