From 4e6617b7c03e563c7befdcc0d949a728796cc15f Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Wed, 18 Mar 2020 14:46:15 -0400 Subject: [PATCH] Unleashed v1.4 --- FEATURES.txt | 4 ++-- kernel/os/vers.c | 2 +- usr/src/pkg/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FEATURES.txt b/FEATURES.txt index 26191d8092..695394db4f 100644 --- a/FEATURES.txt +++ b/FEATURES.txt @@ -7,8 +7,8 @@ A '-' means that the support for that feature was removed, a '+' means that the support for that feature was added, and a '*' means that the behavior was changed. - release --------------- +1.4 release +----------- + native compiler support: * all provided compilers and binutils generate 64-bit output by default. -m32 is required for 32-bit. diff --git a/kernel/os/vers.c b/kernel/os/vers.c index c38383fc5a..b3b5bc23fb 100644 --- a/kernel/os/vers.c +++ b/kernel/os/vers.c @@ -25,7 +25,7 @@ struct utsname utsname = { .sysname = "Unleashed", .nodename = "", - .release = "1.3", + .release = "1.4", .version = UTS_VERSION, .machine = CONFIG_MACH_STR, }; diff --git a/usr/src/pkg/Makefile b/usr/src/pkg/Makefile index 209abaf073..835faf0ae6 100644 --- a/usr/src/pkg/Makefile +++ b/usr/src/pkg/Makefile @@ -144,7 +144,7 @@ $(PDIR)/developer-build-onbld.dep:= PKGROOT= $(TOOLSROOT) # this in your environment. This setting has no impact on tools that # don't examine packaging versions. # -PKGVERS_COMPONENT= 1.3 +PKGVERS_COMPONENT= 1.4 PKGVERS_BUILTON= 5.11 PKGVERS_BRANCH= PKGVERS= $(PKGVERS_COMPONENT),$(PKGVERS_BUILTON)$(PKGVERS_BRANCH) -- 2.11.4.GIT