no message

This commit is contained in:
2025-01-17 17:39:13 +03:00
parent 9034636067
commit 3d8ba57f4a
4 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ public class Visualiser extends Component {
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
@Override
public void GetVersionInfo() {
version = 1135;
version = 1136;
String pattern = "MMM dd yyyy HH:mm:ss";
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
date_text = df.format(getClassBuildTime());