bump version and name to reflect the fork

This commit is contained in:
Justin Hammond 2014-09-03 18:13:58 +08:00
parent 5acb73466d
commit b7e09d7ed9
2 changed files with 5 additions and 5 deletions

View file

@ -24,11 +24,11 @@ if (APPLE)
endif()
set(FL_VERSION 4.0)
set(FL_VERSION 4.1)
add_definitions(-DFL_VERSION="${FL_VERSION}")
set(FL_DATE "1401")
add_definitions(-DFL_DATE="1401")
set(FL_DATE "0309")
add_definitions(-DFL_DATE="0309")
option(FL_USE_FLOAT "Use fl::scalar as float" OFF)
option(FL_DEBUG "Enable additional debugging information" OFF)

View file

@ -33,7 +33,7 @@ namespace fl {
bool fuzzylite::_logging = true;
std::string fuzzylite::name() {
return "fuzzylite";
return "fuzzyliteNG";
}
std::string fuzzylite::fullname(){
@ -49,7 +49,7 @@ namespace fl {
}
std::string fuzzylite::author() {
return "Juan Rada-Vilela";
return "Justin Hammond (Forked from fuzzylite by Juan Rada-Vilela)";
}
std::string fuzzylite::date() {