diff --git a/compiler/scasm/amxasm.cpp b/compiler/scasm/amxasm.cpp index 0b1182db..de82b872 100755 --- a/compiler/scasm/amxasm.cpp +++ b/compiler/scasm/amxasm.cpp @@ -89,7 +89,7 @@ void get_options(int argc, char **argv, Compiler &Prog) void print_version() { - printf("AMX Assembler 1.00\n"); + printf("Small/AMX Assembler 1.00\n"); printf("(C)2004 David 'BAILOPAN' Anderson\n"); exit(0); } \ No newline at end of file diff --git a/compiler/scasm/assembler.vcproj b/compiler/scasm/assembler.vcproj index 332e6f3b..d3a9b4e6 100755 --- a/compiler/scasm/assembler.vcproj +++ b/compiler/scasm/assembler.vcproj @@ -31,7 +31,7 @@ Name="VCCustomBuildTool"/>