aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-04-19 05:09:46 +0000
committerColin Percival <cperciva@FreeBSD.org>2025-04-19 05:09:46 +0000
commitee7a874557f46e8a16b37e3fcaae3a9937ac7850 (patch)
treed153577130bc441f73aecaf65d6be6902ba7bc1d /sys/conf
parenta3b2d8e360c37853035f9cede6064c4602312bfc (diff)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 3ff993bdd2ab..b7feacb90152 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -52,8 +52,8 @@
#
TYPE="FreeBSD"
-REVISION="14.2"
-BRANCH="STABLE"
+REVISION="14.3"
+BRANCH="PRERELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi