lunch-poll-legacy

Lunch Poll Legacy -- poll colleagues where to have lunch
Log | Files | Refs | README | LICENSE

config.h (297B)


      1 /**
      2  * Lunch Poll Legacy
      3  * Copyright 2024, 2025 Matthias Balk
      4  */
      5 
      6 #ifndef __CONFIG_H__
      7 #define __CONFIG_H__
      8 
      9 #define PROG_VERSION "1.2"
     10 #define PROG_NAME "Lunch Poll Legacy"
     11 #define COPYRIGHT "Copyright 2024, 2025 Matthias Balk"
     12 #define SOURCE_CODE_DOWNLOAD_URL NULL
     13 
     14 #endif  /* __CONFIG_H__ */