mirror of
https://github.com/Fishwaldo/Fuzzylite.git
synced 2025-03-15 19:31:36 +00:00
bump version and name to reflect the fork
This commit is contained in:
parent
5acb73466d
commit
b7e09d7ed9
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue