mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
* Use pkg-config for ACE (req. ACE 5.5.2 or later), in mangos included 5.6.6. * Use pkg-config for OpenSSL * Enable silent builds with >=automake-1.11 Note: possible you will need install pkg-config tool at your Unix/Linux Signed-off-by: VladimirMangos <vladimir@getmangos.com>
4 lines
108 B
C
4 lines
108 B
C
#ifndef __REVISION_NR_H__
|
|
#define __REVISION_NR_H__
|
|
#define REVISION_NR "8396"
|
|
#endif // __REVISION_NR_H__
|