From 0d443681f5c155d08f3f33f94d647538feb972ba Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Tue, 14 Dec 2010 17:40:37 +0300 Subject: [PATCH] [10875] Update ACE version in NEWS/ChangeLog --- ChangeLog | 2 +- NEWS | 2 +- src/shared/revision_nr.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3a3c8090..2e6d5259d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index f00ae4fdf..749197b36 100644 --- a/NEWS +++ b/NEWS @@ -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). diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index da266e981..245ecc2c7 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10874" + #define REVISION_NR "10875" #endif // __REVISION_NR_H__