Removed version number
This commit is contained in:
parent
cf29860009
commit
cdda059187
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue