[9126] Correct makefile copyright notice year, again

Blame the tools! :D
This commit is contained in:
NoFantasy 2010-01-08 01:52:59 +01:00
parent 352c3811b2
commit 72c00883e2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
# Copyright (C) 2005-2010 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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9125"
#define REVISION_NR "9126"
#endif // __REVISION_NR_H__