lunch-poll-legacy

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

config.h (312B)


      1 /**
      2  * Lunch Poll Legacy
      3  * Copyright 2024 - 2026 Matthias Balk
      4  */
      5 
      6 #ifndef __CONFIG_H__
      7 #define __CONFIG_H__
      8 
      9 #define PROG_VERSION "1.3.3"
     10 #define PROG_NAME "Lunch Poll Legacy"
     11 #define COPYRIGHT "Copyright 2024 - 2026 Matthias Balk"
     12 #define SOURCE_CODE_DOWNLOAD_URL ((char *) NULL)
     13 
     14 #endif  /* __CONFIG_H__ */