diff --git a/Makefile b/Makefile index c6216dde..a212515f 100644 --- a/Makefile +++ b/Makefile @@ -819,10 +819,12 @@ ballisticacore-cmake/.clang-format: .clang-format # Simple target for CI to build a binary but no assets/etc. _cmake-simple-ci-server-build: - mkdir -p build/cmake_ci - cd build/cmake_ci && cmake -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=true \ - ${PWD}/ballisticacore-cmake - cd build/cmake_ci && ${MAKE} -j${CPUS} + rm -rf build/cmake/server-debug + mkdir -p build/cmake/server-debug + tools/pcommand update_prefab_libs server debug + cd build/cmake/server-debug && \ + cmake -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=true ${PWD}/ballisticacore-cmake + cd build/cmake/server-debug && ${MAKE} -j${CPUS} # Tell make which of these targets don't represent files. .PHONY: _cmake-simple-ci-server-build diff --git a/src/ballistica/ballistica.cc b/src/ballistica/ballistica.cc index c83b7446..c0ec7ae3 100644 --- a/src/ballistica/ballistica.cc +++ b/src/ballistica/ballistica.cc @@ -29,7 +29,7 @@ namespace ballistica { // These are set automatically via script; don't change here. -const int kAppBuildNumber = 20200; +const int kAppBuildNumber = 20201; const char* kAppVersion = "1.5.26"; // Our standalone globals.