committer: mfx <mfx> 977393157 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-21 10:05:57 +00:00
parent 06dc67da49
commit 29ae1b7231
2 changed files with 4 additions and 4 deletions

View File

@ -1136,7 +1136,7 @@ int main(int argc, char *argv[])
fg = con_fg(f,fg);
}
#endif
#if 1 && !defined(WITH_NRV)
#if 0 && !defined(WITH_NRV)
{
FILE *f = stdout;
int fg = con_fg(f,FG_GREEN);

View File

@ -1,3 +1,3 @@
#define UPX_VERSION 0x011100 /* 01.11.00 */
#define UPX_VERSION_STRING "1.11"
#define UPX_VERSION_DATE "Dec 20th 2000"
#define UPX_VERSION 0x011101 /* 01.11.01 */
#define UPX_VERSION_STRING "1.11.1"
#define UPX_VERSION_DATE "Dec 21st 2000"