[0047] Update git_id

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-10 11:15:52 +02:00 committed by Antz
parent 5cffdde8e1
commit f592231863
2 changed files with 3 additions and 3 deletions

View file

@ -53,8 +53,8 @@
#define NUM_DATABASES 3
char remotes[NUM_REMOTES][MAX_REMOTE] = {
"git@github.com:mangos/mangos.git",
"git://github.com/mangos/mangos.git" // used for fetch if present
"git@github.com:mangos-three/server.git",
"git://github.com/mangos-three/server.git" // used for fetch if present
};
char remote_branch[MAX_REMOTE] = "master";

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0046"
#define REVISION_NR "0047"
#endif // __REVISION_NR_H__