From 72c00883e23343a96b4f570c96d0792d89f1de68 Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Fri, 8 Jan 2010 01:52:59 +0100 Subject: [PATCH] [9126] Correct makefile copyright notice year, again Blame the tools! :D --- sql/updates/Makefile.am | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/updates/Makefile.am b/sql/updates/Makefile.am index 5c56bd83a..57990022c 100644 --- a/sql/updates/Makefile.am +++ b/sql/updates/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2009 MaNGOS +# Copyright (C) 2005-2010 MaNGOS # # 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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e425015a5..920953c46 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9125" + #define REVISION_NR "9126" #endif // __REVISION_NR_H__