mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
script fix
This commit is contained in:
parent
7e5900095c
commit
7d0c8f7ece
2 changed files with 274 additions and 274 deletions
|
|
@ -58,7 +58,7 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Session session;
|
||||
private ConnectDialog connectDialog;
|
||||
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||
private final static MageVersion version = new MageVersion(0, 7, 6, "");
|
||||
private final static MageVersion version = new MageVersion(, , , "");
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ print "Enter new version: ";
|
|||
my $version = <STDIN>;
|
||||
chomp $version;
|
||||
|
||||
#find(\&finded, "..");
|
||||
find(\&finded, "..");
|
||||
update_version_in_java("../Mage.CLient/src/main/java/mage/client/MageFrame.java");
|
||||
update_version_in_java("../Mage.Server/src/main/java/mage/server/Main.java");
|
||||
update_version_in_java("../Mage.Server.Console/src/main/java/mage/server/console/ConsoleFrame.java");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue