* libanthracite files are now all in lib/ * anthracite-bin + anthracite-api-bin files are now all in src/ * socket split into header and source properly
5 lines
293 B
Bash
Executable file
5 lines
293 B
Bash
Executable file
echo "#include <string>" > version.cpp
|
|
echo "#include \"../lib/version.hpp\"" >> version.cpp
|
|
echo "const std::string ANTHRACITE_VERSION_STRING = \"$(cat version.txt)\";" >> version.cpp
|
|
echo "const std::string ANTHRACITE_FULL_VERSION_STRING = \"Anthracite/$(cat version.txt)\";" >> version.cpp
|