From 7db1d8a54c415bb07db759735585af994f2f38fb Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Wed, 17 Jan 2024 20:40:31 +0000 Subject: [PATCH] Updated for 3.8 development. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c82b7cf2be..d13855d8c1 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ JDKDIR:=$(DISTDIR)/jdks JDOCDIR:=jdoc # numeric part of the version only -VNUM:=3.7.8 +VNUM:=3.8.0 # major-minor part of the version V_MAJ_MIN:=$(shell echo "$(VNUM)" | cut -f1,2 -d'.')