Removed version number

This commit is contained in:
arookas 2016-03-02 02:01:52 -05:00
parent cf29860009
commit cdda059187

View file

@ -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",