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__