From cdda05918789b8b8503ba54476e09b71b220b5bb Mon Sep 17 00:00:00 2001 From: arookas Date: Wed, 2 Mar 2016 02:01:52 -0500 Subject: [PATCH] Removed version number --- sbdump/main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbdump/main.cs b/sbdump/main.cs index dce69dc..81b4c51 100644 --- a/sbdump/main.cs +++ b/sbdump/main.cs @@ -12,7 +12,7 @@ namespace arookas { static uint sTextOffset, sDataOffset, sDynsymOffset; static int sDataCount, sDynsymCount, sBssCount; - const string cTitle = "sbdump v0.1 arookas"; + const string cTitle = "sbdump arookas"; static readonly string[] sSymbolTypes = { "builtin", "function", "var", }; static readonly string[] sCommandNames = { "int", "flt", "str", "adr", "var", "nop", "inc", "dec",