[8792] Fixed *nix configure work after [8790]

This commit is contained in:
VladimirMangos 2009-11-08 19:53:53 +03:00
parent a0141c7d2f
commit 146657885d
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# VERSION: 0.15.0 (trunk)
# BUG-REPORT-ADDRESS: 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
# Turn on all warnings and error messages, and enforce GNU

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8791"
#define REVISION_NR "8792"
#endif // __REVISION_NR_H__