Skip to content

Commit 485811b

Browse files
committed
fix linuxmuster.net version in setup dialog.
1 parent b45d882 commit 485811b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/setup.d/c_general-dialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# general setup
44
# thomas@linuxmuster.net
5-
# 20250729
5+
# 20251118
66
#
77

88
import environment
@@ -38,7 +38,7 @@
3838
# iface_list, iface_default = detectedInterfaces()
3939

4040
# begin dialog
41-
title = 'linuxmuster.net 7.2: Setup for ' + \
41+
title = 'linuxmuster.net 7.3: Setup for ' + \
4242
servername + '.' + domainname + '\n\n'
4343
dialog = Dialog(dialog="dialog")
4444
dialog.set_background_title(title)

0 commit comments

Comments
 (0)