mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[9123] One lost cases in year update
This commit is contained in:
parent
fe6e2e1746
commit
4b28513b57
2 changed files with 2 additions and 2 deletions
|
|
@ -621,7 +621,7 @@ bool generate_sql_makefile()
|
||||||
if(!fout) { pclose(cmd_pipe); return false; }
|
if(!fout) { pclose(cmd_pipe); return false; }
|
||||||
|
|
||||||
fprintf(fout,
|
fprintf(fout,
|
||||||
"# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>\n"
|
"# Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>\n"
|
||||||
"#\n"
|
"#\n"
|
||||||
"# This program is free software; you can redistribute it and/or modify\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"
|
"# it under the terms of the GNU General Public License as published by\n"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9122"
|
#define REVISION_NR "9123"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue