From 89fe13f428f466beeae8f35e7abde5b06fb03141 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Jan 2021 09:23:06 -0500 Subject: build: Update a comment --- diff --git a/build b/build index 4643a11..ad6ffdc 100755 --- a/build +++ b/build @@ -3,7 +3,7 @@ include ../macros.$(OPK_HOST_ARCH_KERNEL).mk # Derivatives should probably append their version to the ProteanOS version, -# e.g. "1.0.0~2.0.0" (for a version 2.0 distribution based on ProteanOS 1.0). +# e.g. "1.0.0+2.0.0" (for a version 2.0 distribution based on ProteanOS 1.0). version = $$(printf '%s\n' '$(OPK_SOURCE_VERSION)' | \ sed 's|\(^[0-9][0-9]*\.[0-9][0-9]*\).*$$|\1|') -- cgit v0.9.1