[7869] Add note about VS 2003 drop to NEWS

This commit is contained in:
VladimirMangos 2009-05-21 21:49:15 +04:00
parent fd074a71fb
commit b708cc87a3
2 changed files with 2 additions and 1 deletions

1
NEWS
View file

@ -17,6 +17,7 @@ Version 0.13
* Under discussion. * Under discussion.
* OpenSSL lib upgrade to OpenSSL 0.9.8k * OpenSSL lib upgrade to OpenSSL 0.9.8k
* ZThread replaced by similar ACE framework functionality. ZThread use dropped. * ZThread replaced by similar ACE framework functionality. ZThread use dropped.
* Visual Studio 2003 (VC71) support dropped
* Upgrade to client version 3.0.9 (build 9551). * Upgrade to client version 3.0.9 (build 9551).
Version 0.12 Version 0.12

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7868" #define REVISION_NR "7869"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__