File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $Id: Version.kmk 169112 2025-06-03 11:08:28Z vadim.galitsyn@oracle.com $
1+ # $Id: Version.kmk 169122 2025-06-03 17:38:00Z vadim.galitsyn@oracle.com $
22## @file
33# The VirtualBox version.
44#
@@ -34,7 +34,7 @@ VBOX_VERSION_MINOR = 1
3434# This is the current build number. It should be increased every time we publish a
3535# new build. The define is available in every source file. Only even build numbers
3636# will be published, odd numbers are set during development.
37- VBOX_VERSION_BUILD = 10
37+ VBOX_VERSION_BUILD = 11
3838# This can be overridden in LocalConfig.kmk or elsewhere.
3939# For the convention, see checks near the end of Config.kmk.
4040VBOX_BUILD_PUBLISHER =
@@ -45,4 +45,4 @@ VBOX_VERSION_PRERELEASE =
4545VBOX_RELEASE_EXACT_MATCH =
4646
4747# Fallback revision when there is no other source. See Config.kmk.
48- VBOX_SVN_REV_VERSION_FALLBACK := $(patsubst %:,, $Rev: 169112 $ )
48+ VBOX_SVN_REV_VERSION_FALLBACK := $(patsubst %:,, $Rev: 169122 $ )
Original file line number Diff line number Diff line change @@ -71,6 +71,22 @@ Rules for adding a changelog entry to make them look more uniform:
7171
7272<!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
7373 So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
74+ <sect1 >
75+
76+ <title >Version X.Y.Z (date tbd)</title >
77+
78+ <para >This is a maintenance release. The following items were fixed and/or
79+ added:</para >
80+
81+ <itemizedlist >
82+
83+ <listitem >
84+ <para ></para >
85+ </listitem >
86+
87+ </itemizedlist >
88+ </sect1 >
89+
7490 <sect1 >
7591
7692 <title >Version 7.1.10 (2025-06-03)</title >
You can’t perform that action at this time.
0 commit comments