mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[12113] Update git_id.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
b60bc4a34b
commit
0f9fb8d40e
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-three/server.git",
|
||||
"git://github.com/mangos-three/server.git" // used for fetch if present
|
||||
"git@github.com:mangos/server.git",
|
||||
"git://github.com/mangos/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 "12112"
|
||||
#define REVISION_NR "12113"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue