Skip to content

Commit ecf221f

Browse files
After 7.1.10.
svn:sync-xref-src-repo-rev: r169122
1 parent 6eca62e commit ecf221f

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

Version.kmk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
4040
VBOX_BUILD_PUBLISHER =
@@ -45,4 +45,4 @@ VBOX_VERSION_PRERELEASE =
4545
VBOX_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 $ )

doc/manual/user_ChangeLogImpl.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)