[9123] One lost cases in year update

This commit is contained in:
VladimirMangos 2010-01-08 01:12:08 +03:00
parent fe6e2e1746
commit 4b28513b57
2 changed files with 2 additions and 2 deletions

View file

@ -621,7 +621,7 @@ bool generate_sql_makefile()
if(!fout) { pclose(cmd_pipe); return false; }
fprintf(fout,
"# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>\n"
"# Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>\n"
"#\n"
"# This program is free software; you can redistribute it and/or modify\n"
"# it under the terms of the GNU General Public License as published by\n"

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9122"
#define REVISION_NR "9123"
#endif // __REVISION_NR_H__