This is an automated email from the ASF dual-hosted git repository.

marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git

commit 4cef882865a7514094fbe681583741d354732fa9
Author: Marcus <[email protected]>
AuthorDate: Thu May 13 13:25:18 2021 +0200

    Testing: Added variable for version number to the text
---
 templates/brand.gsp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/brand.gsp b/templates/brand.gsp
index 2367f28..b3b33ea 100644
--- a/templates/brand.gsp
+++ b/templates/brand.gsp
@@ -76,3 +76,4 @@
 
 <!-- The version number must no longer be part of every localized "brand.md" 
in order to change it only in a single place: here. -->
 <div id="announce"><a href="${content.announceurl}" 
title="${content.announcetip} 4.1.10">${content.announce} 4.1.10</a></div>
+<div id="announce"><a href="${content.announceurl}" 
title="${content.announcetip} ${content.versionnumber}">${content.announce} 
${content.versionnumber}</a></div>

Reply via email to