Skip to content

Commit

Permalink
Version info
Browse files Browse the repository at this point in the history
Added version info
  • Loading branch information
x1nixmzeng committed Dec 8, 2014
1 parent 05dd202 commit 3a47839
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AlienBML/AlienConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ namespace AlienBML
{
class AlienConverter
{
static string version_string = "0.02";

private void ShowInfo()
{
Console.WriteLine("Usage:");
Expand Down Expand Up @@ -165,7 +167,7 @@ public AlienConverter(string[] args)

public bool Run()
{
Console.WriteLine("Alien Isolation BML Converter");
Console.WriteLine("Alien Isolation BML Converter v{0}", version_string);
Console.WriteLine("Written by WRS (xentax.com)");

if (filename_src == null)
Expand Down

0 comments on commit 3a47839

Please sign in to comment.