added version info

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40392
This commit is contained in:
David Anderson
2007-01-27 02:25:23 +00:00
parent d16e592dd1
commit 1ada31ad1e
13 changed files with 254 additions and 46 deletions
+3 -3
View File
@@ -65,9 +65,9 @@
#include "lstring.h"
#include "sc.h"
#include "svnrev.h"
#include "svn_version.h"
#include "sctracker.h"
#define VERSION_STR "3.2." SVN_REVSTR
#define VERSION_STR "3.2.3636"
#define VERSION_INT 0x0302
int pc_functag = 0;
@@ -1179,7 +1179,7 @@ static void setconfig(char *root)
static void setcaption(void)
{
pc_printf("SourcePawn Compiler " SMC_VERSTRING "\n");
pc_printf("SourcePawn Compiler 1.0.0." SVN_REVISION_STRING "\n");
pc_printf("Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2006 AlliedModders, LLC\n\n");
}