mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
12 lines
338 B
C++
12 lines
338 B
C++
|
|
// -*- C++ -*-
|
|
// This is file was automatically generated by $ACE_ROOT/bin/make_release.py
|
|
|
|
#define ACE_MAJOR_VERSION 6
|
|
#define ACE_MINOR_VERSION 5
|
|
#define ACE_MICRO_VERSION 10
|
|
#define ACE_BETA_VERSION 10
|
|
#define ACE_VERSION "6.5.10"
|
|
#define ACE_VERSION_CODE 394506
|
|
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|