[10875] Update ACE version in NEWS/ChangeLog

This commit is contained in:
VladimirMangos 2010-12-14 17:40:37 +03:00
parent b8d773091a
commit 0d443681f5
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ MaNGOS 0.17 (??? ??? 2010)
==== Server Features ====
* Improved: Updated MySQL client libs to 5.1.49.
* Improved: Updated ACE framework to 5.8.2.
* Improved: Updated ACE framework to 5.8.3.
==== Statistics ====
* Fixed Bugs: ??? tickets and many bugs reported at forum resolved

2
NEWS
View file

@ -15,7 +15,7 @@ http://mangos.lighthouseapp.com/
Version 0.17
* Under discussion.
* ACE Framework updated to ACE 5.8.2.
* ACE Framework updated to ACE 5.8.3.
* MySQL client libs updated to MySQL 5.1.49.
* Upgrade to client version 3.3.5a (build 12340).

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10874"
#define REVISION_NR "10875"
#endif // __REVISION_NR_H__