diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 15:57:21 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 15:57:21 -0500 |
| commit | 13c430fde1388703aa002fdb203548801082d4e3 (patch) | |
| tree | 236718203fa84bcf78b755bf8ec3b69a1da716ad /src/config.h | |
| parent | 86a08a38a8a60b6a0de0da62a5d3fa843f6db71f (diff) | |
| parent | 434ffd71c9a7eebd46ec0cba1d97b0827b874901 (diff) | |
Merge branch 'dev'
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/config.h b/src/config.h index 8ee44200..e703f95d 100644 --- a/src/config.h +++ b/src/config.h @@ -1,18 +1,11 @@ // Configuration of values that will be baked into the executable: -#ifndef TOMO_VERSION -#define TOMO_VERSION "v???" -#endif - #ifndef GIT_VERSION #define GIT_VERSION "???" #endif -#ifndef TOMO_INSTALL -#define TOMO_INSTALL "/usr/local" -#endif - extern const char *TOMO_PATH; +extern const char *TOMO_VERSION; #ifndef DEFAULT_C_COMPILER #define DEFAULT_C_COMPILER "cc" |
