Set version number to v0.1.

This commit is contained in:
Filip Maj 2017-08-26 14:00:40 -04:00
parent d757ad39fc
commit cda6a61053
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ namespace FFXIVClassic_Lobby_Server
#endif #endif
Log.Info("=================================="); Log.Info("==================================");
Log.Info("FFXIV Classic Lobby Server"); Log.Info("FFXIV Classic Lobby Server");
Log.Info("Version: 0.0.1"); Log.Info("Version: 0.1");
Log.Info("=================================="); Log.Info("==================================");
bool startServer = true; bool startServer = true;

View File

@ -29,7 +29,7 @@ namespace FFXIVClassic_Map_Server
Log.Info("=================================="); Log.Info("==================================");
Log.Info("FFXIV Classic Map Server"); Log.Info("FFXIV Classic Map Server");
Log.Info("Version: 0.0.1"); Log.Info("Version: 0.1");
Log.Info("=================================="); Log.Info("==================================");
//Load Config //Load Config

View File

@ -24,7 +24,7 @@ namespace FFXIVClassic_World_Server
Log.Info("=================================="); Log.Info("==================================");
Log.Info("FFXIV Classic World Server"); Log.Info("FFXIV Classic World Server");
Log.Info("Version: 0.0.1"); Log.Info("Version: 0.1");
Log.Info("=================================="); Log.Info("==================================");
#if DEBUG #if DEBUG