mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[8792] Fixed *nix configure work after [8790]
This commit is contained in:
parent
a0141c7d2f
commit
146657885d
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# VERSION: 0.15.0 (trunk)
|
# VERSION: 0.15.0 (trunk)
|
||||||
# BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net
|
# BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net
|
||||||
AC_INIT( [mangos], [0.15.0], [mangos-devs@lists.sourceforge.net])
|
AC_INIT( [mangos], [0.15.0], [mangos-devs@lists.sourceforge.net])
|
||||||
AC_CONFIG_SRCDIR([src/shared/Base.cpp])
|
AC_CONFIG_SRCDIR([src/shared/Common.h])
|
||||||
|
|
||||||
## Prelude, basic settings for Automake
|
## Prelude, basic settings for Automake
|
||||||
# Turn on all warnings and error messages, and enforce GNU
|
# Turn on all warnings and error messages, and enforce GNU
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8791"
|
#define REVISION_NR "8792"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue