ScrapExplorer - config.h
Home / usr / light_builtins Lines: 1 | Size: 557 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1/* Light builtins's (config.h) 2 * A lightweight repository of useful shell commands 3 * GitHub: https://www.github.com/0x4248/light_builtins 4 * Licence: GNU General Public License v3.0 5 * By: 0x4248 6 * 7 * This file contains the configuration for the Light builtins project. 8 * This is so that all the c and c++ can access things like the version number. 9 */ 10 11#ifndef CONFIG_H 12#define CONFIG_H 13 14/* Version number configuration */ 15#define VERSION_MAJOR 1 16#define VERSION_MINOR 2 17#define VERSION_PATCH 1 18#define EXTRA_VERSION "Hotfix" 19 20#endif[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.