From 4b28513b574c59c48894429aba6202e22919c0b4 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Fri, 8 Jan 2010 01:12:08 +0300 Subject: [PATCH] [9123] One lost cases in year update --- contrib/git_id/git_id.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/git_id/git_id.cpp b/contrib/git_id/git_id.cpp index e36699956..f99f5f5c3 100644 --- a/contrib/git_id/git_id.cpp +++ b/contrib/git_id/git_id.cpp @@ -621,7 +621,7 @@ bool generate_sql_makefile() if(!fout) { pclose(cmd_pipe); return false; } fprintf(fout, - "# Copyright (C) 2005-2009 MaNGOS \n" + "# Copyright (C) 2005-2010 MaNGOS \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" diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b80e27d12..2fe92e788 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 "9122" + #define REVISION_NR "9123" #endif // __REVISION_NR_H__