mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
* Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
10 lines
255 B
C++
10 lines
255 B
C++
|
|
// -*- C++ -*-
|
|
// $Id: Version.h 82705 2008-09-15 11:08:20Z sma $
|
|
// This is file was automatically generated by \$ACE_ROOT/bin/make_release.
|
|
|
|
#define ACE_MAJOR_VERSION 5
|
|
#define ACE_MINOR_VERSION 6
|
|
#define ACE_BETA_VERSION 6
|
|
#define ACE_VERSION "5.6.6"
|