-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ public class Main extends javafx.application.Application { | |
private static final String LOGGING_CONFIG = "/logging.properties"; | ||
|
||
public static final String APP_NAME = "Sand Game 2"; | ||
public static final String APP_VERSION = "2.03 Beta"; | ||
public static final String APP_VERSION_DATE = "2016-07-03"; | ||
public static final String APP_VERSION = "2.04 Beta"; | ||
public static final String APP_VERSION_DATE = "2017-09-02"; | ||
public static final String APP_TITLE = APP_NAME + " (" + APP_VERSION + ")"; | ||
public static final String APP_AUTHOR = "© 2016 Patrik Harag\n[email protected]"; | ||
public static final String APP_AUTHOR = "© 2017 Patrik Harag\n[email protected]"; | ||
public static final String APP_WEB = "https://github.com/Hartrik/Sand-Game-2"; | ||
|
||
public static final String ICON = "icon - sg2.png"; | ||
|