mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[0047] Update git_id
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
5cffdde8e1
commit
f592231863
2 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0046"
|
||||
#define REVISION_NR "0047"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue