Alpha 0.6 - Dynamic IPs
This commit is contained in:
@@ -19,7 +19,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
#set(CMAKE_CXX_FLAGS_DEBUG "-g")
|
||||
#add_compile_options(${CMAKE_CXX_FLAGS_DEBUG})
|
||||
|
||||
add_compile_definitions(DEBUG=1) # TODO: Forcing for now, add dymanic based on compile flags later
|
||||
if(DEBUG)
|
||||
add_compile_definitions(DEBUG=1) # TODO: Forcing for now, add dymanic based on compile flags later
|
||||
endif()
|
||||
|
||||
include(FetchContent)
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace ColumnLynx::Utils {
|
||||
}
|
||||
|
||||
std::string getVersion() {
|
||||
return "a0.5";
|
||||
return "a0.6";
|
||||
}
|
||||
|
||||
unsigned short serverPort() {
|
||||
|
||||
Reference in New Issue
Block a user