Files
azerothcore-wotlk/deps/acelite/ace/Version.h
2020-11-11 09:09:02 -06:00

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))