Prepared for version 1.10, Dec 20 2000.

committer: mfx <mfx> 977228913 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-19 12:28:33 +00:00
parent 21b2a35323
commit 044c75514b
2 changed files with 12 additions and 2 deletions

View File

@ -1127,6 +1127,15 @@ int main(int argc, char *argv[])
set_term(stdout);
do_files(i,argc,argv);
#if 1 && (UPX_VERSION < 0x012000)
{
FILE *f = stdout;
int fg = con_fg(f,FG_RED);
con_fprintf(f,"\nWARNING: this is an unstable beta version - use for testing only! Really.\n");
fg = con_fg(f,fg);
}
#endif
#if 0 && defined(__GLIBC__)
//malloc_stats();
#endif

View File

@ -1,2 +1,3 @@
#define UPX_VERSION_STRING "1.09.6"
#define UPX_VERSION_DATE "Dec 13th 2000"
#define UPX_VERSION 0x011000 /* 01.10.00 */
#define UPX_VERSION_STRING "1.10"
#define UPX_VERSION_DATE "Dec 20th 2000"