mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-29 20:34:56 +01:00
- Be slightly more tolerant in release mode
- Prepare for release 1.7
This commit is contained in:
parent
320c006827
commit
fa5d97f942
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
dnl --------------------------------------------------------------
|
||||
dnl configure.in for Eliot
|
||||
dnl --------------------------------------------------------------
|
||||
AC_INIT(eliot, 1.7-cvs)
|
||||
AC_INIT(eliot, 1.7)
|
||||
AC_CONFIG_SRCDIR(qt/main.cpp)
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
@ -255,7 +255,9 @@ void Settings::setValue(const string &iName, T iValue)
|
|||
}
|
||||
catch (SettingNotFoundException &e)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
throw GameException("No such option: " + iName);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue