'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 1m1s

This commit is contained in:
Your Name
2025-06-03 00:45:34 +12:00
parent 1da19b9191
commit a882153e56
6 changed files with 12 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ DO NOT EDIT VERSION.HPP!
#include <string>
namespace dropshell {
namespace ipdemo {
// Version information
const std::string VERSION = "@PROJECT_VERSION@";

View File

@@ -7,6 +7,8 @@
#include "version.hpp"
int main() {
std::cout << "ipdemo version: " << ipdemo::VERSION << std::endl;
std::cout << std::endl;
std::cout << "Retrieving IP address..." << std::endl;
httplib::Client cli("http://ipinfo.io");

View File

@@ -10,7 +10,7 @@ DO NOT EDIT VERSION.HPP!
#include <string>
namespace dropshell {
namespace ipdemo {
// Version information
const std::string VERSION = "@PROJECT_VERSION@";