Changed program version

This commit is contained in:
Nikolay Borodin 2023-08-14 17:15:17 +02:00
parent 024c571e05
commit 99ef8a9e2c
2 changed files with 2 additions and 2 deletions

View file

@ -419,7 +419,7 @@
<Component class="javax.swing.JLabel" name="jLabel2">
<Properties>
<Property name="horizontalAlignment" type="int" value="0"/>
<Property name="text" type="java.lang.String" value="0.8"/>
<Property name="text" type="java.lang.String" value="0.9"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel4">

View file

@ -319,7 +319,7 @@ public class InfoWindow extends javax.swing.JFrame implements RoutungTableListen
jLabel1.setText("P2PVPN");
jLabel2.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel2.setText("0.8");
jLabel2.setText("0.9");
jLabel4.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel4.setText("<html><style>.content { text-align: center; } </style><div class=\"content\">Copyright (C) 2008, 2009 Wolfgang Ginolas<br>Copyright (C) 2023 Borodin Nikolay &#60;Monsterovich&#62;<br> This program comes with ABSOLUTELY NO WARRANTY;<br> This is free software, and you are welcome to redistribute it<br> under certain condition. </div> </html>");