trackeditor: forgot to update version number

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9331 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
iobyte 2024-02-20 17:21:49 +00:00
parent bf49981a4f
commit 18bd02daf4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class Properties
private static Properties instance = new Properties();
private Vector<ActionListener> propertiesListeners = new Vector<ActionListener>();
public final String title = "sd2-trackeditor";
public final String version = "1.4.49";
public final String version = "1.4.50";
private String path;
private double imageScale = 1;