[8587] MaNGOS 0.14 release.

This commit is contained in:
VladimirMangos 2009-10-06 08:22:32 +04:00
parent 9e669137a1
commit 97381d3e68
11 changed files with 105 additions and 47 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2005,2006 MaNGOS <http://getmangos.com/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -27,7 +27,7 @@
#ifndef _VERSION
#if PLATFORM == PLATFORM_WINDOWS
# define _VERSION(REVD,REVT,REVN,REVH) "0.14.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
# define _VERSION(REVD,REVT,REVN,REVH) "0.14.1" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#else
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#endif

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8586"
#define REVISION_NR "8587"
#endif // __REVISION_NR_H__